mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
Bump minSdk to 21 (Android 5 / Lollipop)
This commit is contained in:
parent
0b644fd794
commit
e55e79bcca
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
resValue "string", "app_name", "NewPipe"
|
resValue "string", "app_name", "NewPipe"
|
||||||
minSdk 19
|
minSdk 21
|
||||||
targetSdk 29
|
targetSdk 29
|
||||||
versionCode 987
|
versionCode 987
|
||||||
versionName "0.23.1"
|
versionName "0.23.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue