Skip to content

Commit

Permalink
Update AndroidX Compose to version 1.5.1 and Lifecycle to version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen authored and mergify[bot] committed Sep 7, 2023
1 parent 4e52fc8 commit 1110267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ object Versions {
object AndroidX {
const val activity_compose = "1.7.2"
const val appcompat = "1.6.1"
const val compose = "1.5.0"
const val compose = "1.5.1"
const val constraintlayout = "2.1.4"
const val core = "1.12.0"
const val lifecycle = "2.6.1"
const val lifecycle = "2.6.2"
const val preference = "1.2.1"
const val swiperefreshlayout = "1.1.0"
const val work = "2.8.1"
Expand Down

0 comments on commit 1110267

Please sign in to comment.