Skip to content

Commit

Permalink
Update dependency androidx.datastore:datastore-preferences to v1.0.0 (#5
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 29, 2021
1 parent b99b4f0 commit 7438c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"

implementation "androidx.datastore:datastore-preferences:1.0.0-alpha07"
implementation "androidx.datastore:datastore-preferences:1.0.0"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
Expand Down

0 comments on commit 7438c5a

Please sign in to comment.