We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a282927 commit 955f345Copy full SHA for 955f345
common/build.gradle.kts
@@ -61,9 +61,9 @@ dependencies {
61
62
api("com.google.android.material:material:1.12.0")
63
64
- implementation("com.google.code.gson:gson:2.12.1")
+ implementation("com.google.code.gson:gson:2.13.0")
65
66
- api("com.google.code.gson:gson:2.12.1")
+ api("com.google.code.gson:gson:2.13.0")
67
68
api("androidx.datastore:datastore-preferences:1.1.4")
69
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
0 commit comments