Skip to content

Commit c0047e0

Browse files
committed
[shared_pref]: Bump androidx.datastore:datastore from 1.0.0 to 1.1.1 in /packages/shared_preferences/shared_preferences_android/android
1 parent 3515aba commit c0047e0

File tree

1 file changed

+2
-2
lines changed
  • packages/shared_preferences/shared_preferences_android/android

1 file changed

+2
-2
lines changed

packages/shared_preferences/shared_preferences_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ android {
5959
disable 'AndroidGradlePluginVersion', 'InvalidPackage', 'GradleDependency', 'NewerVersionAvailable'
6060
}
6161
dependencies {
62-
implementation 'androidx.datastore:datastore:1.0.0'
63-
implementation 'androidx.datastore:datastore-preferences:1.0.0'
62+
implementation 'androidx.datastore:datastore:1.1.1'
63+
implementation 'androidx.datastore:datastore-preferences:1.1.1'
6464
implementation 'androidx.preference:preference:1.2.1'
6565
testImplementation 'junit:junit:4.13.2'
6666
testImplementation 'androidx.test:core-ktx:1.5.0'

0 commit comments

Comments
 (0)