Skip to content

Commit 7a3d1d9

Browse files
committed
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>
1 parent 2682f23 commit 7a3d1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
include:
72-
- api-level: 21
72+
- api-level: 23
7373
target: default
7474
arch: x86
7575
- api-level: 35

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configure<ApplicationExtension> {
4242
defaultConfig {
4343
applicationId = "org.schabi.newpipe"
4444
resValue("string", "app_name", "NewPipe")
45-
minSdk = 21
45+
minSdk = 23
4646
targetSdk = 35
4747

4848
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1010

0 commit comments

Comments
 (0)