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

Commit 1b3f88b

Browse files
committed
SDK 0.9.34 and prepare release v0.9.11
1 parent 5726bac commit 1b3f88b

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

CHANGES.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ Changes in Riot 0.9.11 (2020-XX-XX)
22
===================================================
33

44
MatrixSdk 🚀:
5-
- Upgrade MatrixSdk to version 0.X.Y.
6-
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.X.Y
7-
8-
Features ✨:
9-
-
5+
- Upgrade MatrixSdk to version 0.9.34.
6+
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.9.34
107

118
Improvements 🙌:
129
- Remove the warning when using server discovery, it's too confusing for non-technical users (#3310)
@@ -17,12 +14,10 @@ Other changes:
1714
Bug fixes 🐛:
1815
- Read Jitsi domain from server (#3443)
1916
- some unused strings trimmed from repository to pass lint checks
17+
- Fix issue with identity server missing token (#3404)
2018

2119
Translations 🗣:
22-
-
23-
24-
Build 🧱:
25-
-
20+
- String for RiotX has been removed from this project
2621

2722
Changes in RiotX 0.9.10 (2019-02-10)
2823
===================================================

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 = 90911
27-
versionNameProp = "0.9.11-dev"
27+
versionNameProp = "0.9.11"
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.33'
248+
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.34'
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)