Skip to content

Commit f227d57

Browse files
authored
build(deps): updated dependencies. (#1)
- updated androidx.compose:compose-bom to 2025.03.01 - removed unused glide versions - update gradle plugin to 8.9.1 - bumped: androidx.datastore:datastore-preferences, androidx.media3:media3-exoplayer, androidx.navigation
1 parent 5fd52b4 commit f227d57

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ targetSdk = "35"
66
minSdk = "24"
77

88
# Dependency versions
9-
androidGradlePlugin = "8.7.3"
10-
androidxComposeBom = "2024.12.01"
9+
androidGradlePlugin = "8.9.1"
10+
androidxComposeBom = "2025.03.01"
1111
androidxTestVersion = "1.6.1"
1212
archTesting = "2.2.0"
1313
coil = "3.0.4"
1414
coreKtx = "1.15.0"
1515
coreSplash = "1.0.1"
1616
coroutineTest = "1.9.0"
17-
dataStore = "1.1.1"
17+
dataStore = "1.1.4"
1818
detekt = "1.23.7"
1919
detektCompose = "0.4.11"
20-
exoPlayer = "1.5.1"
21-
glide = "4.16.0"
22-
glideCompose = "1.0.0-beta01"
20+
exoPlayer = "1.6.0"
2321
hiltAndroid = "2.53.1"
2422
hiltNavigation = "1.2.0"
2523
hiltTest = "2.53.1"
@@ -34,7 +32,7 @@ mockitoAndroid = "4.3.1"
3432
mockitoKotlin = "5.0.0"
3533
mockwebserver = "4.12.0"
3634
moshi = "1.15.1"
37-
navigation = "2.8.5"
35+
navigation = "2.8.9"
3836
retrofit = "2.11.0"
3937
room = "2.6.1"
4038
timber = "5.0.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Aug 05 19:39:07 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)