From ac885baa64522774c9ace0e40baf68518c1267c4 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 17 May 2023 07:35:09 +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 d825df7..5df5da6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,9 +76,9 @@ dependencies { ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.11' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7' - implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'