diff --git a/README.md b/README.md index c6785f2..4d33459 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index cbee253..06e44bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }