diff --git a/app/build.gradle b/app/build.gradle index 83d14f0..fdf88d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,8 +74,8 @@ String getAppCenterSecret() { dependencies { compileOnly 'de.robv.android.xposed:api:82' - implementation 'com.highcapable.yukihookapi:api:1.1.4' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.4' + implementation 'com.highcapable.yukihookapi:api:1.1.5' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.5' implementation "com.microsoft.appcenter:appcenter-analytics:4.4.5" implementation "com.microsoft.appcenter:appcenter-crashes:4.4.5" implementation 'com.google.code.gson:gson:2.9.0'