From d0a9554a2846e97d69a814ac6e5dced60fa5a9c3 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 8 Apr 2023 00:08:36 +0800 Subject: [PATCH] Update Gradle & Kotlin - Update Kotlin version to 1.8.20 - Update Gradle version to 8.0.2 - Update Gradle dependencies --- app/build.gradle | 10 +++++----- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 125619e..0054524 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' id 'kotlin-android' - id 'com.google.devtools.ksp' version '1.7.22-1.0.8' + id 'com.google.devtools.ksp' version '1.8.20-1.0.10' } android { @@ -63,11 +63,11 @@ dependencies { implementation 'com.highcapable.yukihookapi:api:1.1.8' ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.8' implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' - implementation "com.github.topjohnwu.libsu:core:3.1.2" - implementation 'androidx.annotation:annotation:1.5.0' + implementation "com.github.topjohnwu.libsu:core:5.0.4" + implementation 'androidx.annotation:annotation:1.6.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7' - implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' diff --git a/build.gradle b/build.gradle index b72696c..9fd7569 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' version '7.4.1' apply false id 'com.android.library' version '7.4.1' apply false - id 'org.jetbrains.kotlin.android' version '1.7.22' apply false + id 'org.jetbrains.kotlin.android' version '1.8.20' apply false } ext { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index da38668..78c4c2d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed May 25 04:36:53 CST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME