Skip to content

Commit 07a5d66

Browse files
Update dependency com.google.code.gson:gson to v2.10.1
1 parent 2faecf8 commit 07a5d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation 'com.google.firebase:firebase-analytics:21.2.0'
6161
implementation 'com.google.firebase:firebase-perf:20.3.0'
6262
// implementation 'io.github.kobakei:ratethisapp:1.2.0'
63-
implementation 'com.google.code.gson:gson:2.9.0'
63+
implementation 'com.google.code.gson:gson:2.10.1'
6464
// debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
6565
}
6666

trashapp_common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation fileTree(dir: 'libs', include: ['*.jar'])
3636

3737
implementation 'androidx.appcompat:appcompat:1.6.0'
38-
implementation 'com.google.code.gson:gson:2.9.0'
38+
implementation 'com.google.code.gson:gson:2.10.1'
3939
testImplementation 'junit:junit:4.13.2'
4040
androidTestImplementation 'androidx.test:runner:1.5.2'
4141
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)