mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 22:19:43 +08:00
update compile sdk to 36
This commit is contained in:
parent
bc17c4c9bb
commit
b64046f57c
@ -4,7 +4,7 @@ Enabling screenshots in apps that normally wouldn\'t allow it, and disabling scr
|
|||||||
**Unofficial LSPosed versions are not supported.**
|
**Unofficial LSPosed versions are not supported.**
|
||||||
|
|
||||||
## Supported OSes
|
## Supported OSes
|
||||||
- Android 12-16 Beta 2 (Custom ROMs are **not** supported)
|
- Android 12-16 Beta 3 (Custom ROMs are **not** supported)
|
||||||
- Xiaomi Hyper OS
|
- Xiaomi Hyper OS
|
||||||
- OPlus OS (Color OS/Realme UI/Oxygen OS)
|
- OPlus OS (Color OS/Realme UI/Oxygen OS)
|
||||||
- Samsung One UI
|
- Samsung One UI
|
||||||
|
@ -3,13 +3,13 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 35
|
compileSdk 36
|
||||||
buildToolsVersion "35.0.1"
|
buildToolsVersion "36.0.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.github.lsposed.disableflagsecure"
|
applicationId "io.github.lsposed.disableflagsecure"
|
||||||
minSdkVersion 31
|
minSdkVersion 31
|
||||||
targetSdkVersion 35
|
targetSdkVersion 36
|
||||||
versionCode rootProject.ext.commitCount
|
versionCode rootProject.ext.commitCount
|
||||||
versionName "4.2.0"
|
versionName "4.2.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user