Skip to content

Commit fc0faea

Browse files
authored
Fix "More than one file was found with OS independent path 'META-INF/com.android.tools/proguard/coroutines.pro'" error
1 parent c726c3f commit fc0faea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firestore/integration_test_internal/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ android {
7676
lintOptions {
7777
abortOnError false
7878
}
79+
packagingOptions {
80+
exclude 'META-INF/com.android.tools/proguard/coroutines.pro'
81+
}
7982
}
8083

8184
apply from: "$gradle.firebase_cpp_sdk_dir/Android/firebase_dependencies.gradle"

0 commit comments

Comments
 (0)