Skip to content

Commit

Permalink
Update to release version of compose
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Oct 16, 2024
1 parent 9cc4146 commit 4c11e45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]

kotlin = "2.0.20"
compose = "1.7.0-rc01"
agp = "8.7.0"
compose = "1.7.0"
agp = "8.7.1"
androidx-activityCompose = "1.9.2"
androidx-uiTest = "1.7.3"
kotlinx-datetime = "0.6.1"
Expand All @@ -12,6 +12,7 @@ coreKtx = "1.13.1"
junit = "4.13.2"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.6"
# https://developer.android.com/develop/ui/compose/bom/bom-mapping
composeBom = "2024.09.03"
startupRuntime = "1.2.0"

Expand Down

0 comments on commit 4c11e45

Please sign in to comment.