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.26'
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Jul 24, 2019
2 parents 623c8fe + 3765038 commit 3b808f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes to Matrix Android SDK in 0.9.26 (2019-07-24)
=======================================================

Build:
- Downgrade $okhttp_version in config file


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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
allprojects {
ext.support_lib_version = '28.0.0'
ext.gson_version = '2.8.5'
ext.okhttp_version = '3.14.1'
ext.okhttp_version = '3.12.3'

repositories {
// For olm library. This has to be declared first, to ensure that Olm library is not downloaded from another repo
Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 925
versionName "0.9.25"
versionCode 926
versionName "0.9.26"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

// Enable multi dex for test
Expand Down

0 comments on commit 3b808f6

Please sign in to comment.