There was an error while loading. Please reload this page.
1 parent c726c3f commit fc0faeaCopy full SHA for fc0faea
firestore/integration_test_internal/build.gradle
@@ -76,6 +76,9 @@ android {
76
lintOptions {
77
abortOnError false
78
}
79
+ packagingOptions {
80
+ exclude 'META-INF/com.android.tools/proguard/coroutines.pro'
81
+ }
82
83
84
apply from: "$gradle.firebase_cpp_sdk_dir/Android/firebase_dependencies.gradle"
0 commit comments