diff --git a/app/build.gradle b/app/build.gradle index 35e5efce92..713a15774c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,7 +120,7 @@ dependencies { // Object to JSON // NOTE: Replace with Squareup's Moshi? - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.9.1' // Java library for zip files and streams implementation 'net.lingala.zip4j:zip4j:2.9.0'