This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-23
lines changed
Expand file tree Collapse file tree 3 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 1- Changes in Riot 0.9.12 (2020-XX-XX )
1+ Changes in Riot 0.9.12 (2020-05-20 )
22===================================================
33
44MatrixSdk 🚀:
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- -
10-
11- Improvements 🙌:
12- -
13-
14- Other changes:
15- -
16-
17- Bug fixes 🐛:
18- -
19-
20- Translations 🗣:
21- -
22-
23- Build 🧱:
24- -
5+ - Upgrade MatrixSdk to version 0.9.35.
6+ - Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.9.35
257
268Changes in Riot 0.9.11 (2020-05-13)
279===================================================
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
2424// global properties used in sub modules
2525ext {
2626 versionCodeProp = 90912
27- versionNameProp = " 0.9.12-dev "
27+ versionNameProp = " 0.9.12"
2828 versionBuild = System . getenv(" BUILD_NUMBER" ) as Integer ?: 0
2929 buildNumberProp = " ${ versionBuild} "
3030}
Original file line number Diff line number Diff 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')
You can’t perform that action at this time.
0 commit comments