Skip to content

Commit a0ec544

Browse files
authored
Fix "duplicate class" errors when running ./gradlew :appcheck:firebase-appcheck-debug:deviceCheck (#6581)
1 parent 7b828fc commit a0ec544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appcheck/firebase-appcheck-debug/firebase-appcheck-debug.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dependencies {
5353
api 'com.google.firebase:firebase-annotations:16.2.0'
5454
api 'com.google.firebase:firebase-common:21.0.0'
5555
api 'com.google.firebase:firebase-components:18.0.0'
56+
implementation platform(libs.kotlin.bom)
5657

5758
implementation libs.playservices.base
5859
implementation libs.playservices.tasks

0 commit comments

Comments
 (0)