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 607c417 commit 42824aaCopy full SHA for 42824aa
firebase-common/firebase-common.gradle.kts
@@ -57,10 +57,7 @@ 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) {
61
- exclude("androidx.datastore", "datastore-preferences-proto")
62
- exclude("androidx.datastore", "datastore-preferences-external-protobuf")
63
- }
+ implementation(libs.androidx.datastore.preferences)
64
implementation(libs.androidx.annotation)
65
implementation(libs.androidx.futures)
66
implementation(libs.kotlin.stdlib)
0 commit comments