From e19f8ea4afee3b04e1a4369789767260b9604f81 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 14 Apr 2023 17:57: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 eb69cb1..82bb1c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,8 +76,8 @@ dependencies { compileOnly 'de.robv.android.xposed:api:82' implementation 'com.highcapable.yukihookapi:api:1.1.8' ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.8' - implementation 'com.microsoft.appcenter:appcenter-analytics:4.4.5' - implementation 'com.microsoft.appcenter:appcenter-crashes:4.4.5' + implementation 'com.microsoft.appcenter:appcenter-analytics:5.0.0' + implementation 'com.microsoft.appcenter:appcenter-crashes:5.0.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'