Merge pull request #9306 from Stypox/target-api-33

Set compileSdk and targetSdk to 33 (Android 13)
This commit is contained in:
Stypox 2022-12-31 14:49:30 +01:00 committed by GitHub
commit 7a57485107
5 changed files with 74 additions and 34 deletions

View file

@ -8,14 +8,14 @@ plugins {
}
android {
compileSdk 32
compileSdk 33
namespace 'org.schabi.newpipe'
defaultConfig {
applicationId "org.schabi.newpipe"
resValue "string", "app_name", "NewPipe"
minSdk 21
targetSdk 29
targetSdk 33
versionCode 991
versionName "0.24.1"
@ -107,7 +107,7 @@ ext {
groupieVersion = '2.10.1'
markwonVersion = '4.6.2'
leakCanaryVersion = '2.5'
leakCanaryVersion = '2.9.1'
stethoVersion = '1.6.0'
mockitoVersion = '4.0.0'
assertJVersion = '3.23.1'