Skip to content

Commit

Permalink
ASAA-151 - Update precompose to 1.6.0-beta02 and Compose to 1.6.0
Browse files Browse the repository at this point in the history
also updated these below, but thats not related to this ticket.
gradle plugin to 8.2.2
kotlin to 1.9.22
android compose nav to 2.7.7
  • Loading branch information
br-Emery committed Feb 28, 2024
1 parent 2af2527 commit 6ac4480
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
agp = "8.2.1"
agp = "8.2.2"
androidx-window = "1.2.0"
compose-plugin = "1.5.11"
kotlin = "1.9.21"
compose-plugin = "1.6.0"
kotlin = "1.9.22"
kt-lint-gradle = "11.6.1"
navigation-compose = "2.7.6"
precompose = "1.5.10"
navigation-compose = "2.7.7"
precompose = "1.6.0-beta02"

compile-sdk = "34"
min-sdk = "24"
Expand Down

0 comments on commit 6ac4480

Please sign in to comment.