Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit ab17412

Browse files
committed
Upgrade minimum sdk version to API 24
1 parent a3695a6 commit ab17412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android-exoplayer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313

1414
defaultConfig {
15-
minSdkVersion 21
15+
minSdkVersion 24
1616
targetSdkVersion 33
1717
ndk {
1818
abiFilters "armeabi-v7a", "x86"

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
compileSdkVersion 33
77

88
defaultConfig {
9-
minSdkVersion 21
9+
minSdkVersion 24
1010
targetSdkVersion 33
1111
ndk {
1212
abiFilters "armeabi-v7a", "x86"

0 commit comments

Comments
 (0)