We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99be4 commit 5cd252fCopy full SHA for 5cd252f
build.gradle
@@ -422,7 +422,7 @@ dependencies {
422
implementation "com.patrykmichalik.opto:domain:$optoVersion"
423
implementation "com.patrykmichalik.opto:core:$optoVersion"
424
implementation "com.patrykmichalik.opto:compose:$optoVersion"
425
- implementation "androidx.datastore:datastore-preferences:1.1.2"
+ implementation "androidx.datastore:datastore-preferences:1.1.3"
426
def retrofitVersion = "2.11.0"
427
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
428
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
0 commit comments