From 6803b60dcabc0158cbab397fb1089646e2657bf8 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 31 Jan 2023 23:50:05 +0800 Subject: [PATCH] Update Gradle dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 84cebd1..92e5bc7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,12 +79,12 @@ dependencies { implementation 'com.microsoft.appcenter:appcenter-analytics:4.4.5' implementation 'com.microsoft.appcenter:appcenter-crashes:4.4.5' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7' - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' implementation 'com.github.topjohnwu.libsu:core:3.1.2' implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.0' - implementation 'com.google.android.material:material:1.7.0' + implementation 'com.google.android.material:material:1.8.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'