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

Commit ec434c3

Browse files
committed
Prepare release
1 parent 9e24eb1 commit ec434c3

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

CHANGES.rst

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
Changes in Riot 0.9.XX (2019-XX-XX)
1+
Changes in Riot 0.9.8 (2019-10-09)
22
===================================================
33

44
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.
156

167
Bugfix 🐛:
178
- App crashes for some users (#3348, #3349)
189

19-
Translations 🗣:
20-
-
21-
22-
Build 🧱:
23-
-
24-
2510

2611
Changes in Riot 0.9.7 (2019-10-07)
2712
===================================================

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 = 90800
27-
versionNameProp = "0.9.8-dev"
27+
versionNameProp = "0.9.8"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

vector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ dependencies {
245245
/************* Matrix SDK management **************/
246246
// update settings.gradle
247247
// 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'
249249
// use the matrix SDK as a sub project
250250
// you have to uncomment some lines in settings.gradle
251251
//implementation project(':matrix-sdk')

0 commit comments

Comments
 (0)