Skip to content

Commit 57e779c

Browse files
committed
feat: code refactored
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 6be5463 commit 57e779c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ dependencies {
6161
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
6262

6363
// coroutine
64-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
65-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
64+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
65+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
6666

6767
// android security
6868
implementation 'androidx.security:security-crypto:1.1.0-alpha06'

0 commit comments

Comments
 (0)