Skip to content

Commit

Permalink
Merge branch 'release/v1.6.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Sep 12, 2024
2 parents fb50af7 + 16a4537 commit e907f71
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 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 27
versionName "1.6.10"
versionCode 28
versionName "1.6.11"

def properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down Expand Up @@ -53,8 +53,8 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.0'
implementation project(path: ':navigation')

implementation 'androidx.core:core-ktx:1.13.1'
Expand All @@ -63,11 +63,11 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'


implementation 'androidx.media3:media3-exoplayer:1.4.0'
implementation 'androidx.media3:media3-exoplayer-dash:1.4.0'
implementation 'androidx.media3:media3-exoplayer-hls:1.4.0'
implementation "androidx.media3:media3-session:1.4.0"
implementation 'androidx.media3:media3-ui:1.4.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 'com.squareup.retrofit2:retrofit:2.11.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
Expand All @@ -77,9 +77,9 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
implementation 'org.jsoup:jsoup:1.17.2'

implementation 'androidx.fragment:fragment-ktx:1.8.2'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4'
implementation 'androidx.fragment:fragment-ktx:1.8.3'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.5'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5'

implementation 'androidx.tvprovider:tvprovider:1.1.0-alpha01'

Expand Down
12 changes: 6 additions & 6 deletions navigation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.0'
}
10 changes: 5 additions & 5 deletions retrofit-jsoup-converter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

implementation 'com.squareup.retrofit2:retrofit:2.11.0'

Expand Down

0 comments on commit e907f71

Please sign in to comment.