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

Commit

Permalink
Prepare release 0.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Aug 28, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 52d8bae commit e5f9d78
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes to Matrix Android SDK in 0.9.X (2018-XX-XX)
Changes to Matrix Android SDK in 0.9.27 (2018-08-28)
=======================================================

/!\ Security:
@@ -17,22 +17,13 @@ Bugfix:
- EventIDs: Add regex to match eventIDs for v4 and v5 rooms
- Failed to send a message in a new joined room (invited by email)

API Change:
-

Translations:
-

Others:
- Remove useless log (vector-im/riot-android#3236)

Build:
- Migrate to androidx (following https://developer.android.com/jetpack/androidx/migrate)
- WebRTC: upgrade webrtc library, using the one build along with Jitsi

Test:
-

Changes to Matrix Android SDK in 0.9.26 (2019-07-24)
=======================================================

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

// Enable multi dex for test

0 comments on commit e5f9d78

Please sign in to comment.