Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
fix lib
Browse files Browse the repository at this point in the history
  • Loading branch information
enciyo committed Jun 10, 2021
1 parent 8df251b commit 3919969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'


implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.0"
ext.kotlin_version = "1.4.31"
repositories {
google()
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion flipmock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ dependencies {
implementation 'androidx.core:core-ktx:1.5.0'
implementation("com.squareup.okhttp3:okhttp:4.9.1")
//Coroutine
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
//Flipper
implementation 'com.facebook.flipper:flipper:0.91.1'
}
Expand Down

0 comments on commit 3919969

Please sign in to comment.