Skip to content

Commit d0a9554

Browse files
committed
Update Gradle & Kotlin
- Update Kotlin version to 1.8.20 - Update Gradle version to 8.0.2 - Update Gradle dependencies
1 parent c500bda commit d0a9554

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.application'
33
id 'kotlin-android'
4-
id 'com.google.devtools.ksp' version '1.7.22-1.0.8'
4+
id 'com.google.devtools.ksp' version '1.8.20-1.0.10'
55
}
66

77
android {
@@ -63,11 +63,11 @@ dependencies {
6363
implementation 'com.highcapable.yukihookapi:api:1.1.8'
6464
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.8'
6565
implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'
66-
implementation "com.github.topjohnwu.libsu:core:3.1.2"
67-
implementation 'androidx.annotation:annotation:1.5.0'
66+
implementation "com.github.topjohnwu.libsu:core:5.0.4"
67+
implementation 'androidx.annotation:annotation:1.6.0'
6868
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7'
69-
implementation 'androidx.core:core-ktx:1.9.0'
70-
implementation 'androidx.appcompat:appcompat:1.6.0'
69+
implementation 'androidx.core:core-ktx:1.10.0'
70+
implementation 'androidx.appcompat:appcompat:1.6.1'
7171
implementation 'com.google.android.material:material:1.8.0'
7272
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7373
testImplementation 'junit:junit:4.13.2'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.application' version '7.4.1' apply false
33
id 'com.android.library' version '7.4.1' apply false
4-
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
4+
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
55
}
66

77
ext {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed May 25 04:36:53 CST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)