File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ dependencies {
24
24
api fileTree(include : [' *.jar' ], dir : ' libs' )
25
25
api ' oauth.signpost:signpost-core:1.2.1.2'
26
26
api ' se.akerfeldt:okhttp-signpost:1.1.0'
27
- implementation ' com.squareup.okhttp3:okhttp:3.14.2 '
27
+ implementation ' com.squareup.okhttp3:okhttp:4.0.0 '
28
28
implementation ' com.google.code.gson:gson:2.8.5'
29
29
implementation group : ' org.apache.commons' , name : ' commons-text' , version : " $apacheCommonsTextVersion "
30
30
implementation ' androidx.annotation:annotation:1.1.0'
31
31
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
32
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1 '
33
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.1 '
32
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-M2 '
33
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0-M2 '
34
34
}
35
35
repositories {
36
36
mavenCentral()
You can’t perform that action at this time.
0 commit comments