Skip to content

Commit

Permalink
Downgrade Android datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
orkun1675 committed Dec 12, 2024
1 parent d277311 commit ce71768
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ android {
}

dependencies {
implementation 'androidx.datastore:datastore:1.1.1'
implementation 'androidx.datastore:datastore-preferences:1.1.1'
//noinspection v1.1.1 has a bug that prevents native_debug_symbol generation
// see: https://issuetracker.google.com/u/0/issues/342671895
implementation 'androidx.datastore:datastore:1.0.0'
implementation 'androidx.datastore:datastore-preferences:1.0.0'
//noinspection GradleDependency: 1.7+ requires Kotlin 2
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
}

0 comments on commit ce71768

Please sign in to comment.