update compile sdk

This commit is contained in:
tehcneko 2024-07-29 11:18:42 +08:00
parent 92c067bb15
commit fd0b56f651
2 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,13 @@ plugins {
}
android {
compileSdk 34
buildToolsVersion "34.0.0"
compileSdk 35
buildToolsVersion "35.0.0"
defaultConfig {
applicationId "io.github.lsposed.disableflagsecure"
minSdkVersion 24
targetSdkVersion 34
targetSdkVersion 35
versionCode rootProject.ext.commitCount
versionName "4.0.2"
}

View File

@ -4,11 +4,11 @@ plugins {
android {
namespace 'io.github.libxposed'
compileSdk 34
compileSdk 35
defaultConfig {
minSdk 24
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
}