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

Commit

Permalink
Update CHANGES and version code to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jun 1, 2018
1 parent c716993 commit 6508a40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Changes to Matrix Android SDK in 0.9.5 (2018-XX-XX)
Changes to Matrix Android SDK in 0.9.5 (2018-06-01)
=======================================================

Bugfix
- Fix regression on URL preview, along with regression on searching user. (vector-im/riot-android#2264)
- Fix bad param format on reporting content request (vector-im/riot-android#2301)


API Change:
- New API in MXSession to deactivate account

Changes to Matrix Android SDK in 0.9.4 (2018-05-25)
=======================================================
Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
targetSdkVersion 26
// use version to define a version code.
versionCode 905
version "0.9.5-dev"
versionName "0.9.5-dev"
version "0.9.5"
versionName "0.9.5"
resValue "string", "flavor_description", "SDKApp"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 6508a40

Please sign in to comment.