From b64046f57c8db47fd1da2e37f9543d28818e6936 Mon Sep 17 00:00:00 2001 From: tehcneko Date: Sat, 5 Apr 2025 12:55:07 +0800 Subject: [PATCH] update compile sdk to 36 --- README.md | 2 +- app/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }