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

Commit

Permalink
Version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecollen committed Dec 19, 2016
1 parent 87b5f2b commit fcc7233
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,13 @@
Changes to Matrix Android SDK in 0.7.5 (2016-12-19)
=======================================================

Improvements:
* The e2e keys are sent by 100 devices chunk

Bugfixes:
* Several issues reported by GA.
* In some edge cases, the read all function does not clear the unread messages counters.

Changes to Matrix Android SDK in 0.7.4 (2016-12-13)
=======================================================

Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk/build.gradle
Expand Up @@ -18,8 +18,8 @@ android {
targetSdkVersion 23
// use version to define a version code.
versionCode 705
version "0.7.5-dev"
versionName "0.7.5-dev"
version "0.7.5"
versionName "0.7.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit fcc7233

Please sign in to comment.