Skip to content

Commit

Permalink
Fix "duplicate class" errors when running `./gradlew :appcheck:fireba…
Browse files Browse the repository at this point in the history
…se-appcheck-debug:deviceCheck` (#6581)
  • Loading branch information
dconeybe authored Dec 9, 2024
1 parent 7b828fc commit a0ec544
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {
api 'com.google.firebase:firebase-annotations:16.2.0'
api 'com.google.firebase:firebase-common:21.0.0'
api 'com.google.firebase:firebase-components:18.0.0'
implementation platform(libs.kotlin.bom)

implementation libs.playservices.base
implementation libs.playservices.tasks
Expand Down

0 comments on commit a0ec544

Please sign in to comment.