Skip to content

Commit 2a7183d

Browse files
committed
library update
1 parent 8d68ae1 commit 2a7183d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ dependencies {
2424
api fileTree(include: ['*.jar'], dir: 'libs')
2525
api 'oauth.signpost:signpost-core:1.2.1.2'
2626
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'
2828
implementation 'com.google.code.gson:gson:2.8.5'
2929
implementation group: 'org.apache.commons', name: 'commons-text', version: "$apacheCommonsTextVersion"
3030
implementation 'androidx.annotation:annotation:1.1.0'
3131
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'
3434
}
3535
repositories {
3636
mavenCentral()

0 commit comments

Comments
 (0)