File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 alias(libs.plugins.android.application)
3- alias(libs.plugins.kotlin.android)
43 alias(libs.plugins.kotlin.ksp)
54}
65
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
33
44plugins {
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
Original file line number Diff line number Diff line change 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"
54project-promote = " 1.0.1"
65rovo89-xposed-api = " 82"
76yukihookapi = " 1.3.1"
@@ -11,7 +10,7 @@ betterandroid-ui-extension = "1.0.9"
1110libsu = " 5.2.2"
1211drawabletoolbox = " 1.0.7"
1312okhttp = " 5.3.2"
14- androidx-core-ktx = " 1.17 .0"
13+ androidx-core-ktx = " 1.18 .0"
1514androidx-appcompat = " 1.7.1"
1615material = " 1.13.0"
1716androidx-constraintlayout = " 2.2.1"
@@ -21,7 +20,6 @@ androidx-test-espresso-core = "3.7.0"
2120
2221[plugins ]
2322android-application = { id = " com.android.application" , version.ref = " agp" }
24- kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
2523kotlin-ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
2624
2725[libraries ]
You can’t perform that action at this time.
0 commit comments