From 8909a0896210c35cc908672503cbac6c58e610a5 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 18 May 2022 02:51:59 +0800 Subject: [PATCH] Update Gradle Dependencies --- demo-app/build.gradle | 2 +- demo-module/build.gradle | 2 +- yukihookapi-ksp-xposed/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-app/build.gradle b/demo-app/build.gradle index b92c78a4..6ec8bfb8 100644 --- a/demo-app/build.gradle +++ b/demo-app/build.gradle @@ -49,7 +49,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' diff --git a/demo-module/build.gradle b/demo-module/build.gradle index ee466e12..7f125a85 100644 --- a/demo-module/build.gradle +++ b/demo-module/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' diff --git a/yukihookapi-ksp-xposed/build.gradle b/yukihookapi-ksp-xposed/build.gradle index 97e77a30..1a8088c6 100644 --- a/yukihookapi-ksp-xposed/build.gradle +++ b/yukihookapi-ksp-xposed/build.gradle @@ -28,7 +28,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { dependencies { implementation 'com.google.auto.service:auto-service-annotations:1.0.1' - compileOnly 'com.google.devtools.ksp:symbol-processing-api:1.6.20-RC-1.0.4' + compileOnly 'com.google.devtools.ksp:symbol-processing-api:1.6.21-1.0.5' ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.0.0' }