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

Commit ffcc46b

Browse files
committed
Prepare version 0.8.15 - SDK 0.9.9
1 parent 8c3666d commit ffcc46b

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

CHANGES.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
Changes in Riot 0.8.15 (2018-XX-XX)
1+
Changes in Riot 0.8.15 (2018-08-30)
22
===================================================
33

44
MatrixSdk:
5-
- Upgrade to version 0.X.Y.
6-
7-
Features:
8-
-
5+
- Upgrade to version 0.9.9.
96

107
Improvements:
118
- Improve intent to open document (#2544)
@@ -14,19 +11,14 @@ Improvements:
1411

1512
Other changes:
1613
- Upgrade lib libphonenumber from v8.0.1 to 8.9.12
14+
- Upgrade Google firebase libs
1715

1816
Bugfix:
1917
- Handle `\/` at the beginning of a message to send a message starting with `/` (#658)
2018
- Escape nicknames starting with a forward slash `/` in mentions (#2146)
2119
- Improve management of Push feature
2220
- MatrixError mResourceLimitExceededError is now managed in MxDataHandler (vector-im/riot-android#2547 point 2)
2321

24-
Translations:
25-
-
26-
27-
Build:
28-
- Upgrade Google firebase libs
29-
3022
Changes in Riot 0.8.14 (2018-08-27)
3123
===================================================
3224

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
// global properties used in sub modules
2121
ext {
2222
versionCodeProp = 81500
23-
versionNameProp = "0.8.15-dev"
23+
versionNameProp = "0.8.15"
2424
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2525
buildNumberProp = "${versionBuild}"
2626
}

vector/libs/matrix-sdk.aar

2.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)