This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 1
- Changes in Riot 0.9.XX (2019-XX-XX )
1
+ Changes in Riot 0.9.8 (2019-10-09 )
2
2
===================================================
3
3
4
4
MatrixSdk 🚀:
5
- - Upgrade to version 0.X.Y.
6
-
7
- Features ✨:
8
- -
9
-
10
- Improvementss 🙌:
11
- -
12
-
13
- Other changes:
14
- -
5
+ - Upgrade to version 0.9.30.
15
6
16
7
Bugfix 🐛:
17
8
- App crashes for some users (#3348, #3349)
18
9
19
- Translations 🗣:
20
- -
21
-
22
- Build 🧱:
23
- -
24
-
25
10
26
11
Changes in Riot 0.9.7 (2019-10-07)
27
12
===================================================
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
// global properties used in sub modules
25
25
ext {
26
26
versionCodeProp = 90800
27
- versionNameProp = " 0.9.8-dev "
27
+ versionNameProp = " 0.9.8"
28
28
versionBuild = System . getenv(" BUILD_NUMBER" ) as Integer ?: 0
29
29
buildNumberProp = " ${ versionBuild} "
30
30
}
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ dependencies {
245
245
/* ************ Matrix SDK management **************/
246
246
// update settings.gradle
247
247
// use the matrix SDK as external dependency
248
- implementation ' com.github.matrix-org:matrix-android-sdk:v0.9.29 '
248
+ implementation ' com.github.matrix-org:matrix-android-sdk:v0.9.30 '
249
249
// use the matrix SDK as a sub project
250
250
// you have to uncomment some lines in settings.gradle
251
251
// implementation project(':matrix-sdk')
You can’t perform that action at this time.
0 commit comments