Bump compileSdk to 36 and targetSdk to 35

* Sdk 36 requires edge to edge, so use 35 so we can opt out for now
This commit is contained in:
Michael Zh 2025-06-25 00:14:41 -04:00
parent 931a2c934a
commit 524708e8fd
2 changed files with 29 additions and 2 deletions

View file

@ -12,14 +12,14 @@ plugins {
}
android {
compileSdk 34
compileSdk 36
namespace 'org.schabi.newpipe'
defaultConfig {
applicationId "org.schabi.newpipe"
resValue "string", "app_name", "NewPipe"
minSdk 21
targetSdk 33
targetSdk 35
if (System.properties.containsKey('versionCodeOverride')) {
versionCode System.getProperty('versionCodeOverride') as Integer
} else {