Skip to content

Commit

Permalink
update exo 1.5.0
Browse files Browse the repository at this point in the history
update miniSdk 21 ,compileSdk 35
  • Loading branch information
CarGuo committed Nov 26, 2024
1 parent 5076e56 commit b19ab2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/base.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
android {
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 19
targetSdk 31
minSdk 21
targetSdk 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures.buildConfig = false
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
gsyVideoVersion = "v10.0.0"
danmakuFlameMasterSoVersion = "0.9.25"
glideVersion = "4.12.0"
mediaVersion = "1.4.1"
mediaVersion = "1.5.0"
permissionsDispatcherVersion = "4.9.1"

androidDependencies = [
Expand Down

0 comments on commit b19ab2f

Please sign in to comment.