Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
SDK 0.9.33 and prepare release v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Feb 10, 2020
1 parent ef9fd6d commit b2ebbd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
21 changes: 5 additions & 16 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
Changes in RiotX 0.9.x (2019-XX-XX)
Changes in RiotX 0.9.10 (2019-02-10)
===================================================

Features ✨:
-
MatrixSdk 🚀:
- Upgrade to version 0.9.33
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.9.33

Improvements 🙌:
- Support SSO with Firefox accounts (#3337)

Other changes:
-

Bugfix 🐛:
-

Translations 🗣:
-

Build 🧱:
-

Changes in Riot 0.9.9 (2019-11-25)
===================================================

Expand Down Expand Up @@ -1502,7 +1491,7 @@ Changes in Vector 0.2.0 (2016-04-14)
=======================================================


Changes in Riot 0.9.XX (2019-XX-XX)
Changes in Riot 0.9.XX (2020-XX-XX)
===================================================

MatrixSdk 🚀:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
// global properties used in sub modules
ext {
versionCodeProp = 90910
versionNameProp = "0.9.10-dev"
versionNameProp = "0.9.10"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dependencies {
/************* Matrix SDK management **************/
// update settings.gradle
// use the matrix SDK as external dependency
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.32'
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.33'
// use the matrix SDK as a sub project
// you have to uncomment some lines in settings.gradle
//implementation project(':matrix-sdk')
Expand Down

0 comments on commit b2ebbd2

Please sign in to comment.