libs: Bump minSdk to API 23

androidx framework has bumped minSdk requirement to API 23. Most libs dependening
upon the framework as a result require us to bump API level or keep using outdated versions.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2026-04-16 16:14:46 +08:00
parent b7ea69cd47
commit 679f36abaa
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- api-level: 21 - api-level: 23
target: default target: default
arch: x86 arch: x86
- api-level: 35 - api-level: 35

View file

@ -42,7 +42,7 @@ configure<ApplicationExtension> {
defaultConfig { defaultConfig {
applicationId = "org.schabi.newpipe" applicationId = "org.schabi.newpipe"
resValue("string", "app_name", "NewPipe") resValue("string", "app_name", "NewPipe")
minSdk = 21 minSdk = 23
targetSdk = 35 targetSdk = 35
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1010 versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1010