diff --git a/app/build.gradle b/app/build.gradle index dca10b48..88aba858 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.tanasi.streamflix" minSdk 21 targetSdk 34 - versionCode 13 - versionName "1.4.1" + versionCode 14 + versionName "1.5.0" } compileOptions { @@ -46,19 +46,19 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.5' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.5' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation project(path: ':navigation') implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.leanback:leanback:1.0.0' implementation 'com.github.bumptech.glide:glide:4.13.1' - implementation 'androidx.media3:media3-exoplayer:1.2.0' - implementation 'androidx.media3:media3-exoplayer-dash:1.2.0' - implementation 'androidx.media3:media3-exoplayer-hls:1.2.0' - implementation "androidx.media3:media3-session:1.2.0" - implementation 'androidx.media3:media3-ui:1.2.0' + implementation 'androidx.media3:media3-exoplayer:1.2.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.2.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.2.1' + implementation "androidx.media3:media3-session:1.2.1" + implementation 'androidx.media3:media3-ui:1.2.1' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.9' @@ -67,8 +67,8 @@ dependencies { implementation 'org.jsoup:jsoup:1.15.3' implementation 'androidx.fragment:fragment-ktx:1.6.2' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' implementation 'androidx.tvprovider:tvprovider:1.1.0-alpha01' diff --git a/navigation/build.gradle b/navigation/build.gradle index dece97ef..0369223c 100644 --- a/navigation/build.gradle +++ b/navigation/build.gradle @@ -5,11 +5,11 @@ plugins { android { namespace 'com.tanasi.navigation' - compileSdk 33 + compileSdk 34 defaultConfig { minSdk 21 - targetSdk 33 + targetSdk 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -34,10 +34,10 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.5' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' } \ No newline at end of file diff --git a/retrofit-jsoup-converter/build.gradle b/retrofit-jsoup-converter/build.gradle index 3940e659..6345be5e 100644 --- a/retrofit-jsoup-converter/build.gradle +++ b/retrofit-jsoup-converter/build.gradle @@ -5,11 +5,11 @@ plugins { android { namespace 'com.tanasi.retrofit_jsoup' - compileSdk 33 + compileSdk 34 defaultConfig { minSdk 21 - targetSdk 33 + targetSdk 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -34,7 +34,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'