Skip to content

Commit 7110134

Browse files
committed
Update minSdk to 23 and media version to 1.9.0
- Bump `minSdk` from 21 to 23 in base configuration. - Update `mediaVersion` (androidx.media3) from 1.8.0 to 1.9.0.
1 parent d25efbd commit 7110134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/base.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android {
22
compileSdk 35
33

44
defaultConfig {
5-
minSdk 21
5+
minSdk 23
66
targetSdk 33
77
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
88
}

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext {
22
gsyVideoVersion = "v10.0.0"
33
danmakuFlameMasterSoVersion = "0.9.25"
44
glideVersion = "4.12.0"
5-
mediaVersion = "1.8.0"
5+
mediaVersion = "1.9.0"
66
permissionsDispatcherVersion = "4.9.1"
77

88
androidDependencies = [

0 commit comments

Comments
 (0)