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

Commit

Permalink
Merge branch 'release/0.9.36' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Sep 14, 2020
2 parents 28d2b7e + d4a08c3 commit 950682f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
Changes to Matrix Android SDK in 0.9.36 (2020-XX-XX)
Changes to Matrix Android SDK in 0.9.36 (2020-09-14)
=======================================================

Features:
-

Improvements:
- Crypto: Only create one olm session at a time per device (vector-im/riot-android#3056).

Bugfix:
- Killed Application misses some notifications
- Fix a crash on the crypto code (race condition?)

API Change:
-

Translations:
-

Others:
-

Build:
-

Test:
-

Changes to Matrix Android SDK in 0.9.35 (2020-05-20)
=======================================================

Expand Down
2 changes: 1 addition & 1 deletion matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 936
versionName "0.9.36-dev"
versionName "0.9.36"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// Enable multi dex for test
Expand Down

0 comments on commit 950682f

Please sign in to comment.