Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): use guava for android and use same version for coroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 17, 2023
1 parent 3f60018 commit 0ccbdda
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ espressoCore = "3.5.1"
firebaseCrashlyticsGradle = "2.9.5"
googleServices = "4.3.15"
grpc-protobuf = "1.55.1"
guava = "31.1-jre"
guava = "31.1-android"
json = "20230227"
junit-junit = "4.13.2"
lifecycleRuntimeKtx = "2.6.1"
Expand All @@ -22,8 +22,7 @@ junit = "1.1.5"
kotest = "5.6.2"
kotlin = "1.8.21"
gradle = "8.0.1"
kotlinxCoroutinesAndroid = "1.7.1"
kotlinxCoroutinesCore = "1.7.1"
kotlinxCoroutines = "1.7.1"
mockitoAndroid = "5.3.1"
orchestrator = "1.4.2"
protobuf-kotlin = "3.23.0"
Expand Down Expand Up @@ -64,9 +63,9 @@ junit = { module = "junit:junit", version.ref = "junit-junit" }
kotest-junit5-jvm = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "kotest" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesAndroid" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockitoAndroid" }
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
Expand Down

0 comments on commit 0ccbdda

Please sign in to comment.