Skip to content

Commit

Permalink
Remove kotlinx-coroutines-guava dependency from :sync:work
Browse files Browse the repository at this point in the history
Change-Id: Ic5abbd36436a7d8c6382cb02b4ebd7538f8ae1f6
  • Loading branch information
alexvanyo committed Mar 5, 2024
1 parent 0610407 commit 1d91231
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ firebasePerfPlugin = "1.4.2"
gmsPlugin = "4.4.0"
googleOss = "17.0.1"
googleOssPlugin = "0.10.6"
guavaAndroid = "33.0.0-android"
hilt = "2.51"
hiltExt = "1.1.0"
jacoco = "0.8.7"
Expand Down Expand Up @@ -109,7 +108,6 @@ firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashly
firebase-performance = { group = "com.google.firebase", name = "firebase-perf-ktx" }
google-oss-licenses = { group = "com.google.android.gms", name = "play-services-oss-licenses", version.ref = "googleOss" }
google-oss-licenses-plugin = { group = "com.google.android.gms", name = "oss-licenses-plugin", version.ref = "googleOssPlugin" }
guava-android = { group = "com.google.guava", name = "guava", version.ref = "guavaAndroid" }
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" }
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
Expand Down
2 changes: 0 additions & 2 deletions sync/work/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ dependencies {
implementation(libs.hilt.ext.work)
implementation(projects.core.analytics)
implementation(projects.core.data)
implementation(libs.guava.android)

prodImplementation(libs.firebase.cloud.messaging)
prodImplementation(platform(libs.firebase.bom))

androidTestImplementation(libs.androidx.work.testing)
androidTestImplementation(libs.hilt.android.testing)
androidTestImplementation(libs.kotlinx.coroutines.guava)
androidTestImplementation(projects.core.testing)
}

0 comments on commit 1d91231

Please sign in to comment.