Skip to content

Commit

Permalink
Merge branch 'release/v1.7.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Nov 26, 2024
2 parents 1599cea + 9f14b1b commit 28c3142
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 35
versionCode 38
versionName "1.7.7"
versionCode 39
versionName "1.7.8"

buildConfigField "String", "APP_LAYOUT", "\"${properties.getProperty("APP_LAYOUT")}\""
buildConfigField "String", "TMDB_API_KEY", "\"${properties.getProperty("TMDB_API_KEY")}\""
Expand Down Expand Up @@ -77,11 +77,11 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'


implementation 'androidx.media3:media3-exoplayer:1.4.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.4.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.4.1'
implementation "androidx.media3:media3-session:1.4.1"
implementation 'androidx.media3:media3-ui:1.4.1'
implementation 'androidx.media3:media3-exoplayer:1.5.0'
implementation 'androidx.media3:media3-exoplayer-dash:1.5.0'
implementation 'androidx.media3:media3-exoplayer-hls:1.5.0'
implementation "androidx.media3:media3-session:1.5.0"
implementation 'androidx.media3:media3-ui:1.5.0'

implementation 'com.squareup.retrofit2:retrofit:2.11.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
Expand Down

0 comments on commit 28c3142

Please sign in to comment.