Skip to content

Commit d8361ba

Browse files
Update all dependencies
1 parent c4e12c8 commit d8361ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "1.9.24"
3-
android-gradle = "8.7.0"
3+
android-gradle = "8.7.2"
44
compose-bom = "2023.10.01"
55
compose-compiler = "1.5.14"
66
orbitmvi = "6.1.1"
@@ -10,7 +10,7 @@ ksp = "1.9.24-1.0.20"
1010
anvil = "2.4.9"
1111
dagger = "2.52"
1212
whetstone = "0.8.0"
13-
lifecycle = "2.8.6"
13+
lifecycle = "2.8.7"
1414
ktlint = "1.1.1"
1515
kotlinter = "4.4.1"
1616
kotlinPoet = "1.18.1"
@@ -56,7 +56,7 @@ compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
5656
# Required so the renovate bot can properly spot new compiler releases
5757
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
5858

59-
compose-linter = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.4.1" }
59+
compose-linter = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.4.2" }
6060

6161
junit4 = { module = "junit:junit", version = "4.13.2" }
6262

@@ -66,10 +66,10 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
6666
androidx-test-junit4 = { module = "androidx.test.ext:junit", version = "1.2.1" }
6767
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
6868

69-
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.2" }
70-
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
69+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
70+
androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" }
7171
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
72-
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.4" }
72+
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.5" }
7373
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
7474

7575
androidx-coordinatorlayour = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.2.0" }

0 commit comments

Comments
 (0)