We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a643f81 commit 2e656d1Copy full SHA for 2e656d1
build.gradle
@@ -414,7 +414,7 @@ dependencies {
414
implementation "com.patrykmichalik.opto:domain:$optoVersion"
415
implementation "com.patrykmichalik.opto:core:$optoVersion"
416
implementation "com.patrykmichalik.opto:compose:$optoVersion"
417
- implementation "androidx.datastore:datastore-preferences:1.1.3"
+ implementation "androidx.datastore:datastore-preferences:1.1.4"
418
def retrofitVersion = "2.11.0"
419
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
420
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
0 commit comments