Skip to content

Commit c83b93b

Browse files
committed
update dependencies
1 parent 0b9e016 commit c83b93b

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ android {
5858
jvmTarget = "21"
5959
}
6060

61-
@Suppress("UnstableApiUsage")
6261
testOptions {
6362
unitTests.all {
6463
it.useJUnitPlatform()

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
2-
agp = "8.8.0"
3-
hiltAndroid = "2.55"
2+
agp = "8.10.0"
3+
hiltAndroid = "2.56.2"
44
hiltNavigationCompose = "1.2.0"
5-
kotlin = "2.1.10"
6-
coreKtx = "1.15.0"
7-
lifecycleRuntimeKtx = "2.8.7"
8-
activityCompose = "1.10.0"
9-
composeBom = "2025.01.01"
10-
navigationCompose = "2.8.6"
5+
kotlin = "2.1.21"
6+
coreKtx = "1.16.0"
7+
lifecycleRuntimeKtx = "2.9.0"
8+
activityCompose = "1.10.1"
9+
composeBom = "2025.05.00"
10+
navigationCompose = "2.9.0"
1111
glide = "1.0.0-beta01"
1212
customTabs = "1.8.0"
1313
googleServices = "4.4.2"
14-
firebaseBom = "33.8.0"
15-
firebaseCrashlytics = "3.0.2"
16-
ksp = "2.1.10-1.0.29"
17-
mockk = "1.13.16"
18-
junitJupiter = "5.11.4"
14+
firebaseBom = "33.13.0"
15+
firebaseCrashlytics = "3.0.3"
16+
ksp = "2.1.20-2.0.1"
17+
mockk = "1.14.2"
18+
junitJupiter = "5.12.0"
1919
assertJCoreVersion = "3.27.3"
20-
coroutinesTestVersion = "1.10.1"
20+
coroutinesTestVersion = "1.10.2"
2121

2222
[libraries]
2323
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jul 24 08:21:39 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)