Update gson dependency

This commit is contained in:
akaessens 2021-08-10 18:51:58 +02:00
parent 8f8d0d07a8
commit 2a67c74f57
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ dependencies {
implementation "androidx.webkit:webkit:1.4.0"
// JSON save/restore shared preference
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.code.gson:gson:2.8.6'
// Theme
implementation 'com.google.android.material:material:1.4.0'