File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ dependencies {
9494 implementation(" com.google.firebase:firebase-crashlytics:19.4.1" )
9595 implementation " androidx.datastore:datastore-android:1.1.2"
9696 implementation " androidx.datastore:datastore-preferences-android:1.1.2"
97- implementation " androidx.datastore:datastore-preferences- core-android:1.1.2"
97+ implementation " androidx.datastore:datastore-core-android:1.1.2"
9898 modules {
9999 module(" androidx.datastore:datastore-jvm" ) {
100100 replacedBy(" androidx.datastore:datastore-android" )
101101 }
102102 module(" androidx.datastore:datastore-preferences-jvm" ) {
103103 replacedBy(" androidx.datastore:datastore-preferences-android" )
104104 }
105- module(" androidx.datastore:datastore-preferences- core-jvm" ) {
106- replacedBy(" androidx.datastore:datastore-preferences- core-android" )
105+ module(" androidx.datastore:datastore-core-jvm" ) {
106+ replacedBy(" androidx.datastore:datastore-core-android" )
107107 }
108108 }
109109
You can’t perform that action at this time.
0 commit comments