File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ dependencies {
7373 api(" com.google.firebase:firebase-encoders-json:18.0.1" )
7474 implementation(libs.androidx.annotation)
7575 implementation(libs.androidx.datastore.preferences)
76+ implementation(libs.androidx.datastore.preferences.android)
7677 compileOnly(libs.errorprone.annotations)
7778
7879 runtimeOnly(" com.google.firebase:firebase-installations:18.0.0" ) {
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
9393androidx-core = { module = " androidx.core:core" , version = " 1.2.0" }
9494androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " coreKtx" }
9595androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastorePreferences" }
96+ androidx-datastore-preferences-android = { module = " androidx.datastore:datastore-preferences-android" , version.ref = " datastorePreferences" }
9697androidx-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espressoCore" }
9798androidx-espresso-idling-resource = { module = " androidx.test.espresso:espresso-idling-resource" , version.ref = " espressoCore" }
9899androidx-espresso-intents = { module = " androidx.test.espresso:espresso-intents" , version.ref = " espressoCore" }
You can’t perform that action at this time.
0 commit comments