mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 22:29:43 +08:00
update compile sdk
This commit is contained in:
parent
92c067bb15
commit
fd0b56f651
@ -3,13 +3,13 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 34
|
compileSdk 35
|
||||||
buildToolsVersion "34.0.0"
|
buildToolsVersion "35.0.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.github.lsposed.disableflagsecure"
|
applicationId "io.github.lsposed.disableflagsecure"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 34
|
targetSdkVersion 35
|
||||||
versionCode rootProject.ext.commitCount
|
versionCode rootProject.ext.commitCount
|
||||||
versionName "4.0.2"
|
versionName "4.0.2"
|
||||||
}
|
}
|
||||||
|
@ -4,11 +4,11 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'io.github.libxposed'
|
namespace 'io.github.libxposed'
|
||||||
compileSdk 34
|
compileSdk 35
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 34
|
targetSdk 35
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user