We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99b4f0 commit 7438c5aCopy full SHA for 7438c5a
app/build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
71
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
72
73
- implementation "androidx.datastore:datastore-preferences:1.0.0-alpha07"
+ implementation "androidx.datastore:datastore-preferences:1.0.0"
74
75
testImplementation 'junit:junit:4.13.2'
76
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
0 commit comments