Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 9d603ab

Browse files
Update all dependencies
1 parent c4e12c8 commit 9d603ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
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.1"
44
compose-bom = "2023.10.01"
55
compose-compiler = "1.5.14"
66
orbitmvi = "6.1.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,7 +66,7 @@ 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" }
69+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
7070
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
7171
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
7272
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.4" }

0 commit comments

Comments
 (0)