This repository was archived by the owner on Apr 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
Changes to Matrix Android SDK in 0.9.25 (2019-07-24)
2
9
=======================================================
3
10
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
allprojects {
24
24
ext. support_lib_version = ' 28.0.0'
25
25
ext. gson_version = ' 2.8.5'
26
- ext. okhttp_version = ' 3.14.1 '
26
+ ext. okhttp_version = ' 3.12.3 '
27
27
28
28
repositories {
29
29
// For olm library. This has to be declared first, to ensure that Olm library is not downloaded from another repo
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
defaultConfig {
28
28
minSdkVersion 16
29
29
targetSdkVersion 28
30
- versionCode 925
31
- versionName " 0.9.25 "
30
+ versionCode 926
31
+ versionName " 0.9.26 "
32
32
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
33
33
34
34
// Enable multi dex for test
You can’t perform that action at this time.
0 commit comments