Skip to content

Commit

Permalink
ASAA-151- Pulled back compose from 1.6.0 and precompose to 1.5.11
Browse files Browse the repository at this point in the history
Too many breaking changes for updating to Compose 1.6.0 in this ticket
  • Loading branch information
br-Emery committed Feb 28, 2024
1 parent 6ac4480 commit b5d749c
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
@@ -1,15 +1,15 @@
[versions]
agp = "8.2.2"
androidx-window = "1.2.0"
compose-plugin = "1.6.0"
compose-plugin = "1.5.12"
kotlin = "1.9.22"
kt-lint-gradle = "11.6.1"
navigation-compose = "2.7.7"
precompose = "1.6.0-beta02"
precompose = "1.5.11"

compile-sdk = "34"
min-sdk = "24"
launchpad-compose = "0.0.3"
launchpad-compose = "0.0.4"

[libraries]
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
Expand Down

0 comments on commit b5d749c

Please sign in to comment.