mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 19:19:41 +08:00
update compile sdk
This commit is contained in:
parent
92c067bb15
commit
fd0b56f651
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user