update compile sdk to 36

This commit is contained in:
tehcneko 2025-04-05 12:55:07 +08:00
parent bc17c4c9bb
commit b64046f57c
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Enabling screenshots in apps that normally wouldn\'t allow it, and disabling scr
**Unofficial LSPosed versions are not supported.**
## 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
- OPlus OS (Color OS/Realme UI/Oxygen OS)
- Samsung One UI

View File

@ -3,13 +3,13 @@ plugins {
}
android {
compileSdk 35
buildToolsVersion "35.0.1"
compileSdk 36
buildToolsVersion "36.0.0"
defaultConfig {
applicationId "io.github.lsposed.disableflagsecure"
minSdkVersion 31
targetSdkVersion 35
targetSdkVersion 36
versionCode rootProject.ext.commitCount
versionName "4.2.0"
}