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

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Nov 25, 2019
1 parent cdb4123 commit 673d852
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changes in Riot 0.9.9 (2019-XX-XX)
Changes in Riot 0.9.9 (2019-11-25)
===================================================

MatrixSdk 🚀:
- Upgrade to version 0.X.Y.
- Upgrade to version 0.9.32
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.9.32

Features ✨:
- Privacy / Room Widget permissions (#3378)
- Privacy / Widget Permission for jitsi widgets (#3391)

Improvementss 🙌:
Improvements 🙌:
- Jitsi / Use mx display name in Jitsi conf

Other changes:
Expand All @@ -18,12 +19,6 @@ Bugfix 🐛:
- Crash / potential NPE after logout (#3367)
- Fix infinite restart loop after token expiration (#3249)

Translations 🗣:
-

Build 🧱:
-


Changes in Riot 0.9.8 (2019-10-09)
===================================================
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 = 90900
versionNameProp = "0.9.9-dev"
versionNameProp = "0.9.9"
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.30'
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.32'
// 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 673d852

Please sign in to comment.