We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e34a9 commit 607c417Copy full SHA for 607c417
firebase-common/firebase-common.gradle.kts
@@ -57,7 +57,10 @@ dependencies {
57
58
api("com.google.firebase:firebase-components:18.0.0")
59
api("com.google.firebase:firebase-annotations:16.2.0")
60
- implementation(libs.androidx.datastore.preferences)
+ implementation(libs.androidx.datastore.preferences) {
61
+ exclude("androidx.datastore", "datastore-preferences-proto")
62
+ exclude("androidx.datastore", "datastore-preferences-external-protobuf")
63
+ }
64
implementation(libs.androidx.annotation)
65
implementation(libs.androidx.futures)
66
implementation(libs.kotlin.stdlib)
0 commit comments