Skip to content

Commit 32fde08

Browse files
committed
Update dependency com.google.code.gson:gson to v2.8.8
1 parent 837639b commit 32fde08

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:19.0.0'
6161
implementation 'com.google.firebase:firebase-perf:20.0.0'
6262
implementation 'io.github.kobakei:ratethisapp:1.2.0'
63-
implementation 'com.google.code.gson:gson:2.8.5'
63+
implementation 'com.google.code.gson:gson:2.8.8'
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
@@ -37,7 +37,7 @@ dependencies {
3737
implementation fileTree(dir: 'libs', include: ['*.jar'])
3838

3939
implementation 'androidx.appcompat:appcompat:1.3.0'
40-
implementation 'com.google.code.gson:gson:2.8.5'
40+
implementation 'com.google.code.gson:gson:2.8.8'
4141
testImplementation 'junit:junit:4.12'
4242
androidTestImplementation 'androidx.test:runner:1.3.0'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

0 commit comments

Comments
 (0)