Skip to content

Commit

Permalink
Update all dependencies (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent e86dc68 commit b9cc409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ksp = "1.9.24-1.0.20"
anvil = "2.4.9"
dagger = "2.51.1"
whetstone = "0.8.0"
lifecycle = "2.8.3"
lifecycle = "2.8.4"
ktlint = "1.1.1"
kotlinter = "4.4.1"
kotlinPoet = "1.18.1"
Expand Down Expand Up @@ -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.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.1" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.1" }
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.2" }
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 b9cc409

Please sign in to comment.