|
@@ -38,8 +38,8 @@ android {
|
|
|
targetSdkVersion 28
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
- versionCode 104
|
|
|
- versionName "6.1.2"
|
|
|
+ versionCode 106
|
|
|
+ versionName "6.1.4"
|
|
|
|
|
|
flavorDimensions "default"
|
|
|
renderscriptTargetApi 19
|
|
@@ -163,9 +163,9 @@ dependencies {
|
|
|
implementation 'com.bluelinelabs:conductor:2.1.5'
|
|
|
implementation 'com.bluelinelabs:conductor-support:2.1.5'
|
|
|
|
|
|
- implementation 'com.squareup.okhttp3:okhttp:4.0.1'
|
|
|
- implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.0.1'
|
|
|
- implementation 'com.squareup.okhttp3:logging-interceptor:4.0.1'
|
|
|
+ implementation 'com.squareup.okhttp3:okhttp:3.14.2'
|
|
|
+ implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.14.2'
|
|
|
+ implementation 'com.squareup.okhttp3:logging-interceptor:3.14.2'
|
|
|
|
|
|
implementation 'com.bluelinelabs:logansquare:1.3.7'
|
|
|
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.10.0.pr1'
|