Skip to content

Commit

Permalink
Updated the minSdk to 21 and updated ExoPlayer to 2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed May 4, 2021
1 parent 21a043e commit 05a6f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
Expand All @@ -20,5 +20,5 @@ allprojects {
}

ext {
exoPlayerVersion = "2.10.4"
exoPlayerVersion = "2.10.7"
}
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

defaultConfig {
applicationId "com.devbrackets.android.exomediademo"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 29

versionCode getLibraryInfo().versionCode
Expand Down

0 comments on commit 05a6f7d

Please sign in to comment.