Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b192f30

Browse files
authoredJan 31, 2025··
Update dependency com.google.code.gson:gson to v2.12.1
1 parent 35c65c4 commit b192f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎MigrationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation "androidx.work:work-runtime-ktx:2.10.0"
8383
implementation "com.github.bumptech.glide:glide:4.16.0"
8484
implementation "com.google.android.material:material:1.12.0"
85-
implementation "com.google.code.gson:gson:2.12.0"
85+
implementation "com.google.code.gson:gson:2.12.1"
8686
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
8787
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1"
8888

0 commit comments

Comments
 (0)
Please sign in to comment.