Skip to content

Commit 131738c

Browse files
committed
chore(deps): update gradle and all dependencies
1 parent e43e6be commit 131738c

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

app/build.gradle

+20-20
Original file line numberDiff line numberDiff line change
@@ -66,48 +66,48 @@ android {
6666

6767
dependencies {
6868
implementation 'androidx.appcompat:appcompat:1.7.0'
69-
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
70-
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5'
71-
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
69+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
70+
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.9'
71+
implementation 'androidx.navigation:navigation-ui-ktx:2.8.9'
7272
implementation project(path: ':navigation')
7373

74-
implementation 'androidx.core:core-ktx:1.15.0'
75-
implementation 'androidx.leanback:leanback:1.2.0-alpha04'
74+
implementation 'androidx.core:core-ktx:1.16.0'
75+
implementation 'androidx.leanback:leanback:1.2.0'
7676
implementation 'com.github.bumptech.glide:glide:5.0.0-rc01'
7777
ksp 'com.github.bumptech.glide:ksp:5.0.0-rc01'
7878
implementation 'com.github.bumptech.glide:okhttp3-integration:5.0.0-rc01'
7979

80-
implementation 'androidx.media3:media3-exoplayer:1.5.1'
81-
implementation 'androidx.media3:media3-exoplayer-dash:1.5.1'
82-
implementation 'androidx.media3:media3-exoplayer-hls:1.5.1'
83-
implementation 'androidx.media3:media3-session:1.5.1'
84-
implementation 'androidx.media3:media3-ui:1.5.1'
80+
implementation 'androidx.media3:media3-exoplayer:1.6.1'
81+
implementation 'androidx.media3:media3-exoplayer-dash:1.6.1'
82+
implementation 'androidx.media3:media3-exoplayer-hls:1.6.1'
83+
implementation 'androidx.media3:media3-session:1.6.1'
84+
implementation 'androidx.media3:media3-ui:1.6.1'
8585

8686
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
8787
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
8888
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
8989
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
90-
implementation 'dnsjava:dnsjava:3.6.2'
90+
implementation 'dnsjava:dnsjava:3.6.3'
9191
implementation project(path: ':retrofit-jsoup-converter')
9292
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
9393
implementation 'com.squareup.retrofit2:converter-scalars:2.11.0'
94-
implementation 'org.jsoup:jsoup:1.18.1'
94+
implementation 'org.jsoup:jsoup:1.19.1'
9595

96-
implementation 'androidx.fragment:fragment-ktx:1.8.5'
96+
implementation 'androidx.fragment:fragment-ktx:1.8.6'
9797
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
9898
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
9999
implementation 'androidx.preference:preference-ktx:1.2.1'
100-
implementation 'androidx.leanback:leanback-preference:1.2.0-alpha04'
100+
implementation 'androidx.leanback:leanback-preference:1.2.0'
101101

102-
implementation 'androidx.tvprovider:tvprovider:1.1.0-alpha01'
102+
implementation 'androidx.tvprovider:tvprovider:1.1.0-beta01'
103103

104-
implementation "androidx.room:room-runtime:2.6.1"
105-
implementation "androidx.room:room-ktx:2.6.1"
104+
implementation "androidx.room:room-runtime:2.7.1"
105+
implementation "androidx.room:room-ktx:2.7.1"
106106
implementation 'com.google.android.material:material:1.12.0'
107-
annotationProcessor 'androidx.room:room-compiler:2.6.1'
108-
ksp 'androidx.room:room-compiler:2.6.1'
107+
annotationProcessor 'androidx.room:room-compiler:2.7.1'
108+
ksp 'androidx.room:room-compiler:2.7.1'
109109

110-
implementation("org.mozilla:rhino:1.7.15")
110+
implementation("org.mozilla:rhino:1.8.0")
111111
}
112112

113113
ksp {

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '2.1.0'
4+
ext.kotlin_version = '2.1.20'
55

66
repositories {
77
google()
@@ -12,10 +12,10 @@ buildscript {
1212
}
1313

1414
plugins {
15-
id 'com.android.application' version '8.7.3' apply false
16-
id 'com.android.library' version '8.7.3' apply false
17-
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
18-
id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
15+
id 'com.android.application' version '8.9.2' apply false
16+
id 'com.android.library' version '8.9.2' apply false
17+
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
18+
id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false
1919
}
2020

2121
task clean(type: Delete) {
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Mar 17 10:45:17 CET 2024
1+
#Fri Apr 25 11:48:41 CEST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

navigation/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ android {
3232

3333
dependencies {
3434

35-
implementation 'androidx.core:core-ktx:1.15.0'
35+
implementation 'androidx.core:core-ktx:1.16.0'
3636
implementation 'androidx.appcompat:appcompat:1.7.0'
3737
implementation 'com.google.android.material:material:1.12.0'
3838
testImplementation 'junit:junit:4.13.2'
3939
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
4040
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4141

42-
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
42+
implementation 'androidx.navigation:navigation-ui-ktx:2.8.9'
4343
}

retrofit-jsoup-converter/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232

3333
dependencies {
3434

35-
implementation 'androidx.core:core-ktx:1.15.0'
35+
implementation 'androidx.core:core-ktx:1.16.0'
3636
implementation 'androidx.appcompat:appcompat:1.7.0'
3737
implementation 'com.google.android.material:material:1.12.0'
3838
testImplementation 'junit:junit:4.13.2'
@@ -41,5 +41,5 @@ dependencies {
4141

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

44-
implementation 'org.jsoup:jsoup:1.18.1'
44+
implementation 'org.jsoup:jsoup:1.19.1'
4545
}

0 commit comments

Comments
 (0)