mirror of
https://github.com/stantanasi/streamflix.git
synced 2025-05-17 11:25:56 +08:00
chore(deps): update gradle and all dependencies
This commit is contained in:
@ -66,48 +66,48 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.9'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.8.9'
|
||||
implementation project(path: ':navigation')
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.15.0'
|
||||
implementation 'androidx.leanback:leanback:1.2.0-alpha04'
|
||||
implementation 'androidx.core:core-ktx:1.16.0'
|
||||
implementation 'androidx.leanback:leanback:1.2.0'
|
||||
implementation 'com.github.bumptech.glide:glide:5.0.0-rc01'
|
||||
ksp 'com.github.bumptech.glide:ksp:5.0.0-rc01'
|
||||
implementation 'com.github.bumptech.glide:okhttp3-integration:5.0.0-rc01'
|
||||
|
||||
implementation 'androidx.media3:media3-exoplayer:1.5.1'
|
||||
implementation 'androidx.media3:media3-exoplayer-dash:1.5.1'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.5.1'
|
||||
implementation 'androidx.media3:media3-session:1.5.1'
|
||||
implementation 'androidx.media3:media3-ui:1.5.1'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.6.1'
|
||||
implementation 'androidx.media3:media3-exoplayer-dash:1.6.1'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.6.1'
|
||||
implementation 'androidx.media3:media3-session:1.6.1'
|
||||
implementation 'androidx.media3:media3-ui:1.6.1'
|
||||
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||
implementation 'dnsjava:dnsjava:3.6.2'
|
||||
implementation 'dnsjava:dnsjava:3.6.3'
|
||||
implementation project(path: ':retrofit-jsoup-converter')
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
|
||||
implementation 'com.squareup.retrofit2:converter-scalars:2.11.0'
|
||||
implementation 'org.jsoup:jsoup:1.18.1'
|
||||
implementation 'org.jsoup:jsoup:1.19.1'
|
||||
|
||||
implementation 'androidx.fragment:fragment-ktx:1.8.5'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.8.6'
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation 'androidx.leanback:leanback-preference:1.2.0-alpha04'
|
||||
implementation 'androidx.leanback:leanback-preference:1.2.0'
|
||||
|
||||
implementation 'androidx.tvprovider:tvprovider:1.1.0-alpha01'
|
||||
implementation 'androidx.tvprovider:tvprovider:1.1.0-beta01'
|
||||
|
||||
implementation "androidx.room:room-runtime:2.6.1"
|
||||
implementation "androidx.room:room-ktx:2.6.1"
|
||||
implementation "androidx.room:room-runtime:2.7.1"
|
||||
implementation "androidx.room:room-ktx:2.7.1"
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.6.1'
|
||||
ksp 'androidx.room:room-compiler:2.6.1'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.7.1'
|
||||
ksp 'androidx.room:room-compiler:2.7.1'
|
||||
|
||||
implementation("org.mozilla:rhino:1.7.15")
|
||||
implementation("org.mozilla:rhino:1.8.0")
|
||||
}
|
||||
|
||||
ksp {
|
||||
|
10
build.gradle
10
build.gradle
@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '2.1.0'
|
||||
ext.kotlin_version = '2.1.20'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
@ -12,10 +12,10 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'com.android.application' version '8.7.3' apply false
|
||||
id 'com.android.library' version '8.7.3' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
|
||||
id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
|
||||
id 'com.android.application' version '8.9.2' apply false
|
||||
id 'com.android.library' version '8.9.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
|
||||
id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Sun Mar 17 10:45:17 CET 2024
|
||||
#Fri Apr 25 11:48:41 CEST 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
@ -32,12 +32,12 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.15.0'
|
||||
implementation 'androidx.core:core-ktx:1.16.0'
|
||||
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.2.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
|
||||
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.8.9'
|
||||
}
|
@ -32,7 +32,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.15.0'
|
||||
implementation 'androidx.core:core-ktx:1.16.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
@ -41,5 +41,5 @@ dependencies {
|
||||
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
|
||||
|
||||
implementation 'org.jsoup:jsoup:1.18.1'
|
||||
implementation 'org.jsoup:jsoup:1.19.1'
|
||||
}
|
Reference in New Issue
Block a user