We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25e87b + 957cd72 commit 96ae568Copy full SHA for 96ae568
1 file changed
ChangeLogLib/build.gradle
@@ -25,7 +25,7 @@ android {
25
dependencies {
26
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
27
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
28
- implementation 'com.google.code.gson:gson:2.12.0'
+ implementation 'com.google.code.gson:gson:2.12.1'
29
api 'com.google.android.material:material:1.12.0'
30
}
31
0 commit comments