Update dependency com.google.code.gson:gson to v2.13.0 #109

Merged
bot merged 1 commits from renovate/com.google.code.gson-gson-2.x into main 2025-04-12 04:02:17 +02:00

View File

@ -78,7 +78,7 @@ dependencies {
implementation 'androidx.camera:camera-view:1.4.2' implementation 'androidx.camera:camera-view:1.4.2'
runtimeOnly 'androidx.camera:camera-camera2:1.4.2' runtimeOnly 'androidx.camera:camera-camera2:1.4.2'
implementation 'com.google.code.gson:gson:2.12.1' implementation 'com.google.code.gson:gson:2.13.0'
implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.zxing:core:3.5.3' implementation 'com.google.zxing:core:3.5.3'
} }