Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit e4bd2c0

Browse files
committed
Upgrade SDK and prepare release
1 parent f4b4e98 commit e4bd2c0

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGES.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Changes in Riot 0.8.22 (2019-XX-XX)
1+
Changes in Riot 0.8.22 (2019-02-01)
22
===================================================
33

44
MatrixSdk:
5-
- Upgrade MatrixSdk to version 0.X.Y.
5+
- Upgrade MatrixSdk to version 0.9.16.
66

77
Features:
88
- keys backup: Implement setup screen (#2883)
@@ -39,12 +39,6 @@ Bugfix:
3939
- Fix crash on BugReportActivity if previous Activity is destroyed (#2876)
4040
- Key share request does not go away when user select "verify" (#2781)
4141

42-
Translations:
43-
-
44-
45-
Build:
46-
-
47-
4842
Changes in Riot 0.8.21 (2019-01-02)
4943
===================================================
5044

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
// global properties used in sub modules
2525
ext {
2626
versionCodeProp = 82200
27-
versionNameProp = "0.8.22-dev"
27+
versionNameProp = "0.8.22"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

vector/libs/matrix-sdk.aar

25.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)