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

Commit 84a1e49

Browse files
committed
Merge branch 'release/0.9.12'
2 parents 0185e56 + 3ac4998 commit 84a1e49

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Changes in Riot 0.9.11 (2020-XX-XX)
1+
Changes in Riot 0.9.12 (2020-05-20)
2+
===================================================
3+
4+
MatrixSdk 🚀:
5+
- Upgrade MatrixSdk to version 0.9.35.
6+
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.9.35
7+
8+
Changes in Riot 0.9.11 (2020-05-13)
29
===================================================
310

411
MatrixSdk 🚀:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ buildscript {
2323

2424
// global properties used in sub modules
2525
ext {
26-
versionCodeProp = 90911
27-
versionNameProp = "0.9.11"
26+
versionCodeProp = 90912
27+
versionNameProp = "0.9.12"
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.34'
248+
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.35'
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)