Skip to content

Commit 63dacdb

Browse files
committed
Update various library versions
This commit updates several library versions in `gradle/libs.versions.toml`. - `activityCompose` updated to 1.12.1 - `firebaseBom` updated to 34.7.0 - `gradle` updated to 8.13.2 - `kotlin` updated to 2.3.0 - `ksp` updated to 2.3.3
1 parent 8b2aad7 commit 63dacdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
accessibilityTestFramework = "4.1.1"
3-
activityCompose = "1.12.0"
3+
activityCompose = "1.12.1"
44
appcompat = "1.7.1"
55
appUpdate = "2.1.0"
66
browser = "1.9.0"
@@ -10,21 +10,21 @@ coreKtx = "1.17.0"
1010
datastorePreferences = "1.2.0"
1111
espressoCore = "3.7.0"
1212
espressoLibraryKotlin = "2023.9.01"
13-
firebaseBom = "34.6.0"
13+
firebaseBom = "34.7.0"
1414
firebaseCrashlyticsGradle = "3.0.6"
1515
googleServices = "4.4.4"
16-
gradle = "8.13.1"
16+
gradle = "8.13.2"
1717
hiltAndroidGradlePlugin = "2.57.2"
1818
hiltAndroidTesting = "2.57.2"
1919
hiltCompiler = "1.3.0"
2020
junit = "4.13.2"
2121
junitVersion = "1.3.0"
22-
kotlin = "2.2.21"
22+
kotlin = "2.3.0"
2323
kotlinGradlePlugin = "2.1.20"
2424
kotlinxCoroutinesAndroid = "1.10.2"
2525
kotlinxCoroutinesCore = "1.10.2"
2626
kotlinxSerializationJson = "1.9.0"
27-
ksp = "2.2.20-2.0.3"
27+
ksp = "2.3.3"
2828
ktlint = "14.0.1"
2929
legacySupportV4 = "1.0.0"
3030
lifecycleExtensions = "2.2.0"

0 commit comments

Comments
 (0)