Skip to content

Commit

Permalink
ASAA-151 - Update precompose to 1.6.0-beta02 and Compose to 1.6.0 (#6)
Browse files Browse the repository at this point in the history
* ASAA-151 - Update precompose to 1.6.0-beta02 and Compose to 1.6.0

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

* ASAA-151- Pulled back compose from 1.6.0 and precompose to 1.5.11

Too many breaking changes for updating to Compose 1.6.0 in this ticket
  • Loading branch information
br-Emery authored Feb 28, 2024
2 parents 2af2527 + b5d749c commit a40ef72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[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.5.12"
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.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 a40ef72

Please sign in to comment.