Update Riot to 0.6.5 (605)
This commit is contained in:
parent
ff98b40635
commit
d4c619031d
|
@ -1,8 +1,9 @@
|
|||
Categories:Internet,Phone & SMS
|
||||
License:Apache-2.0
|
||||
Web Site:https://riot.im
|
||||
Source Code:https://github.com/vector-im/vector-android
|
||||
Issue Tracker:https://github.com/vector-im/vector-android/issues
|
||||
Source Code:https://github.com/vector-im/riot-android
|
||||
Issue Tracker:https://github.com/vector-im/riot-android/issues
|
||||
Changelog:https://github.com/vector-im/riot-android/blob/HEAD/CHANGES.rst
|
||||
|
||||
Auto Name:Riot
|
||||
Summary:Open team collaboration
|
||||
|
@ -44,7 +45,7 @@ sync or even disable background sync completely, in the settings page.
|
|||
For developers:
|
||||
|
||||
* Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
|
||||
* Entirely open sourced under the permissive Apache License - get the code from [https://github.com/vector-im/vector-android]. Pull requests welcome!
|
||||
* Entirely open sourced under the permissive Apache License - get the code from [https://github.com/vector-im/riot-android]. Pull requests welcome!
|
||||
* Trivially extensible via the open Matrix Client-Server API ([https://matrix.org/docs/spec])
|
||||
* Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. [https://matrix.org/docs/projects/server/synapse.html])
|
||||
|
||||
|
@ -59,7 +60,7 @@ Discover truly efficient and open collaboration with Riot!
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/vector-im/vector-android
|
||||
Repo:https://github.com/vector-im/riot-android
|
||||
|
||||
Build:0.3.2,14
|
||||
commit=5e1607ed70e3f0219cb837b7706ead4b97033928
|
||||
|
@ -142,7 +143,16 @@ Build:0.6.4,604
|
|||
sed -i -e '/projectDir/d' ../settings.gradle && \
|
||||
sed -i -e '/play-services/d' build.gradle
|
||||
|
||||
Build:0.6.5,605
|
||||
commit=ebddfd4b7bbfb8a80e55a62dfdbc55428bdb16a5
|
||||
subdir=vector
|
||||
gradle=appfdroid
|
||||
srclibs=matrixsdk@fcc72333b0d9bb46f5f3f9ddf1e97de4d17d00d5
|
||||
prebuild=cp -fR $$matrixsdk$$/matrix-sdk ../ && \
|
||||
sed -i -e '/projectDir/d' ../settings.gradle && \
|
||||
sed -i -e '/play-services/d' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.6.4
|
||||
Current Version Code:604
|
||||
Current Version:0.6.5
|
||||
Current Version Code:605
|
||||
|
|
Loading…
Reference in a new issue