Skip to content

Commit

Permalink
Merge branch 'release/v1.6.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Apr 18, 2024
2 parents 7409394 + 4786db2 commit 3a9d6dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 34
versionCode 19
versionName "1.6.2"
versionCode 20
versionName "1.6.3"

def properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down Expand Up @@ -62,11 +62,11 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'


implementation 'androidx.media3:media3-exoplayer:1.3.0'
implementation 'androidx.media3:media3-exoplayer-dash:1.3.0'
implementation 'androidx.media3:media3-exoplayer-hls:1.3.0'
implementation "androidx.media3:media3-session:1.3.0"
implementation 'androidx.media3:media3-ui:1.3.0'
implementation 'androidx.media3:media3-exoplayer:1.3.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.3.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.3.1'
implementation "androidx.media3:media3-session:1.3.1"
implementation 'androidx.media3:media3-ui:1.3.1'

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'com.google.devtools.ksp' version '1.9.0-1.0.13' apply false
}
Expand Down

0 comments on commit 3a9d6dc

Please sign in to comment.