diff --git a/build.gradle b/build.gradle index 62e2da0..1ea5074 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ sourceCompatibility = 19 targetCompatibility = 19 dependencies { - implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.code.gson:gson:2.11.0' } group = 'com.tsunderebug'