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

Commit 3b808f6

Browse files
committed
Merge branch 'release/0.9.26'
2 parents 623c8fe + 3765038 commit 3b808f6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes to Matrix Android SDK in 0.9.26 (2019-07-24)
2+
=======================================================
3+
4+
Build:
5+
- Downgrade $okhttp_version in config file
6+
7+
18
Changes to Matrix Android SDK in 0.9.25 (2019-07-24)
29
=======================================================
310

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
allprojects {
2424
ext.support_lib_version = '28.0.0'
2525
ext.gson_version = '2.8.5'
26-
ext.okhttp_version = '3.14.1'
26+
ext.okhttp_version = '3.12.3'
2727

2828
repositories {
2929
// For olm library. This has to be declared first, to ensure that Olm library is not downloaded from another repo

matrix-sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
defaultConfig {
2828
minSdkVersion 16
2929
targetSdkVersion 28
30-
versionCode 925
31-
versionName "0.9.25"
30+
versionCode 926
31+
versionName "0.9.26"
3232
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3333

3434
// Enable multi dex for test

0 commit comments

Comments
 (0)