diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-06-14 23:20:01 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-06-14 23:20:01 +0000 |
commit | 9b7e1e863af66d8b95bfa750c24e97760dfe8f14 (patch) | |
tree | ecd70be7b18597f40e85f8805f36256007f0f9b6 | |
parent | bb9653a522b488b1dadf96bfa2eff8d2b516ce52 (diff) | |
download | infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.tar infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.tar.gz infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.tar.bz2 infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.tar.lz infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.tar.xz infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.tar.zst infinity-for-reddit-9b7e1e863af66d8b95bfa750c24e97760dfe8f14.zip |
Fix unable to restore settings by upgrading Gson, which includes the correct proguard file.
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index dbddbb31..0070549e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ dependencies { // Object to JSON // NOTE: Replace with Squareup's Moshi? - implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.code.gson:gson:2.11.0' // Java library for zip files and streams implementation 'net.lingala.zip4j:zip4j:2.11.5' |