Skip to content

Commit 9a47021

Browse files
committed
feat: Update dependency versions
This commit updates several Android and Kotlin library dependencies to their latest versions within the Version Catalog. - **Dependency Updates**: - `activityCompose`: 1.12.4 → 1.13.0 - `coreKtx`: 1.17.0 → 1.18.0 - `datastorePreferences`: 1.2.0 → 1.2.1 - `kotlin`: 2.3.10 → 2.3.20 - `ksp`: 2.3.4 → 2.3.6 - `ktlint`: 14.0.1 → 14.2.0 - `ktlintGradle`: 14.0.1 → 14.2.0 - `uiTextGoogleFonts`: 1.10.4 → 1.10.5
1 parent e51c3ef commit 9a47021

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
accessibilityTestFramework = "4.1.1"
3-
activityCompose = "1.12.4"
3+
activityCompose = "1.13.0"
44
appcompat = "1.7.1"
55
appUpdate = "2.1.0"
66
browser = "1.9.0"
77
constraintlayout = "2.2.1"
88
converterMoshi = "3.0.0"
9-
coreKtx = "1.17.0"
10-
datastorePreferences = "1.2.0"
9+
coreKtx = "1.18.0"
10+
datastorePreferences = "1.2.1"
1111
espressoCore = "3.7.0"
1212
espressoLibraryKotlin = "2023.9.01"
1313
firebaseBom = "34.10.0"
@@ -19,14 +19,14 @@ hiltAndroidTesting = "2.59.2"
1919
hiltCompiler = "1.3.0"
2020
junit = "4.13.2"
2121
junitVersion = "1.3.0"
22-
kotlin = "2.3.10"
22+
kotlin = "2.3.20"
2323
kotlinGradlePlugin = "2.2.10"
2424
kotlinxCoroutinesAndroid = "1.10.2"
2525
kotlinxCoroutinesCore = "1.10.2"
2626
kotlinxSerializationJson = "1.10.0"
27-
ksp = "2.3.4"
28-
ktlint = "14.0.1"
29-
ktlintGradle = "14.0.1"
27+
ksp = "2.3.6"
28+
ktlint = "14.2.0"
29+
ktlintGradle = "14.2.0"
3030
legacySupportV4 = "1.0.0"
3131
lifecycleExtensions = "2.2.0"
3232
lifecycleLivedataKtx = "2.10.0"
@@ -53,7 +53,7 @@ vicoCore = "2.0.0-alpha.6" # Leave for now, resource linking issue with updated
5353
viewpager2 = "1.1.0"
5454
navigation3Runtime = "1.0.1"
5555
navigation3Ui = "1.0.1"
56-
uiTextGoogleFonts = "1.10.4"
56+
uiTextGoogleFonts = "1.10.5"
5757

5858
[libraries]
5959
accessibility-test-framework = { module = "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework", version.ref = "accessibilityTestFramework" }

0 commit comments

Comments
 (0)