Skip to content

Commit

Permalink
chore(dependencies): Update Media3 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EverydayPineapple committed Dec 16, 2024
1 parent b71af78 commit a3a8c3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {

android {
namespace = "com.mux.player.media3"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ plugins {

allprojects {
ext {
set("muxDataVersion", "1.6.0")
set("muxDataVersion", "1.6.2")
}
}
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace 'com.mux.player'
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 21
//noinspection EditedTargetSdkVersion
targetSdk 34
targetSdk 35

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -77,8 +77,8 @@ muxDistribution {

dependencies {

def media3Version = "1.4.1"
def media3DataSdk = "at_1_4"
def media3Version = "1.5.0"
def media3DataSdk = "at_1_5"
api "androidx.media3:media3-common:${media3Version}"
api "androidx.media3:media3-exoplayer:${media3Version}"
api "androidx.media3:media3-ui:${media3Version}"
Expand Down

0 comments on commit a3a8c3e

Please sign in to comment.