Skip to content

Commit

Permalink
Add explicit guava-android dependency for :sync:work
Browse files Browse the repository at this point in the history
Change-Id: I3c2c201eb0669165e3594bedfea83bff29c28ce2
  • Loading branch information
alexvanyo committed Mar 5, 2024
1 parent e3c7018 commit 0610407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 @@ -108,6 +109,7 @@ 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
1 change: 1 addition & 0 deletions sync/work/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ 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))
Expand Down

0 comments on commit 0610407

Please sign in to comment.