Skip to content

Commit c9340bb

Browse files
committed
chore: bump dependencies & configuration
1 parent 8c434aa commit c9340bb

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
alias(libs.plugins.android.application)
3-
alias(libs.plugins.kotlin.android)
43
alias(libs.plugins.kotlin.ksp)
54
}
65

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
33

44
plugins {
55
alias(libs.plugins.android.application) apply false
6-
alias(libs.plugins.kotlin.android) apply false
76
alias(libs.plugins.kotlin.ksp) apply false
87
}
98

gradle/libs.versions.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
2-
agp = "8.13.2"
3-
kotlin = "2.2.21"
4-
ksp = "2.2.21-2.0.4"
2+
agp = "9.2.1"
3+
ksp = "2.3.7"
54
project-promote = "1.0.1"
65
rovo89-xposed-api = "82"
76
yukihookapi = "1.3.1"
@@ -11,7 +10,7 @@ betterandroid-ui-extension = "1.0.9"
1110
libsu = "5.2.2"
1211
drawabletoolbox = "1.0.7"
1312
okhttp = "5.3.2"
14-
androidx-core-ktx = "1.17.0"
13+
androidx-core-ktx = "1.18.0"
1514
androidx-appcompat = "1.7.1"
1615
material = "1.13.0"
1716
androidx-constraintlayout = "2.2.1"
@@ -21,7 +20,6 @@ androidx-test-espresso-core = "3.7.0"
2120

2221
[plugins]
2322
android-application = { id = "com.android.application", version.ref = "agp" }
24-
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
2523
kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
2624

2725
[libraries]

0 commit comments

Comments
 (0)