Bump minSdk to 21 (Android 5 / Lollipop)

This commit is contained in:
litetex 2022-07-06 16:30:30 -04:00 committed by Stypox
parent 0b644fd794
commit e55e79bcca
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId "org.schabi.newpipe"
resValue "string", "app_name", "NewPipe"
minSdk 19
minSdk 21
targetSdk 29
versionCode 987
versionName "0.23.1"