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

@ -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")
)