Skip to content

Commit da30686

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 da30686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)