app: target sdk 36

This commit is contained in:
vvb2060 2025-03-23 12:25:52 +08:00 committed by John Wu
parent 50af14f2a3
commit 8c972dcf34
4 changed files with 8 additions and 7 deletions

View File

@ -25,6 +25,7 @@
<application
android:allowBackup="false"
android:enableOnBackInvokedCallback="false"
android:label="Magisk"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"

View File

@ -71,8 +71,8 @@ private val Project.androidComponents
fun Project.setupCommon() {
androidBase {
compileSdkVersion(35)
buildToolsVersion = "35.0.1"
compileSdkVersion(36)
buildToolsVersion = "36.0.0"
ndkPath = "$sdkDirectory/ndk/magisk"
ndkVersion = "29.0.13113456"
@ -302,7 +302,7 @@ fun Project.setupAppCommon() {
}
defaultConfig {
targetSdk = 35
targetSdk = 36
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt")
)

View File

@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.10"
android = "8.9.0"
ksp = "2.1.10-1.0.31"
kotlin = "2.1.20"
android = "8.9.1"
ksp = "2.1.20-1.0.31"
rikka = "1.3.0"
navigation = "2.8.4"
libsu = "6.0.0"

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME