Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent c4e12c8 commit e71275b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.24"
android-gradle = "8.7.0"
android-gradle = "8.7.1"
compose-bom = "2023.10.01"
compose-compiler = "1.5.14"
orbitmvi = "6.1.1"
Expand All @@ -10,7 +10,7 @@ ksp = "1.9.24-1.0.20"
anvil = "2.4.9"
dagger = "2.52"
whetstone = "0.8.0"
lifecycle = "2.8.6"
lifecycle = "2.8.7"
ktlint = "1.1.1"
kotlinter = "4.4.1"
kotlinPoet = "1.18.1"
Expand Down Expand Up @@ -56,7 +56,7 @@ compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
# Required so the renovate bot can properly spot new compiler releases
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }

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

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

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

androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.2" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.4" }
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.5" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }

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

0 comments on commit e71275b

Please sign in to comment.