We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be5463 commit 57e779cCopy full SHA for 57e779c
core/build.gradle
@@ -61,8 +61,8 @@ dependencies {
61
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
62
63
// coroutine
64
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
65
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
66
67
// android security
68
implementation 'androidx.security:security-crypto:1.1.0-alpha06'
0 commit comments