File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,18 +93,18 @@ dependencies {
9393
9494 implementation(" com.google.firebase:firebase-crashlytics:19.4.1" )
9595 implementation " androidx.datastore:datastore-android:1.1.2"
96- implementation " androidx.datastore:datastore-core-android:1.1.2"
9796 implementation " androidx.datastore:datastore-preferences-android:1.1.2"
97+ implementation " androidx.datastore:datastore-preferences-core-android:1.1.2"
9898 modules {
9999 module(" androidx.datastore:datastore-jvm" ) {
100100 replacedBy(" androidx.datastore:datastore-android" )
101101 }
102- // module("androidx.datastore:datastore-core-jvm") {
103- // replacedBy("androidx.datastore:datastore-core-android")
104- // }
105102 module(" androidx.datastore:datastore-preferences-jvm" ) {
106103 replacedBy(" androidx.datastore:datastore-preferences-android" )
107104 }
105+ module(" androidx.datastore:datastore-preferences-core-jvm" ) {
106+ replacedBy(" androidx.datastore:datastore-preferences-core-android" )
107+ }
108108 }
109109
110110 // Common utilities (instrumentation side)
You can’t perform that action at this time.
0 commit comments