mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
fix(deps): downgrade to Compose 2023.01.00
There seems to be a regression with `produceState` in this release
Also reverts fb4beb08ee
This commit is contained in:
parent
1b2534eca6
commit
ce91650788
6 changed files with 9 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
accompanist = "0.29.0-alpha"
|
||||
accompanist = "0.28.0"
|
||||
agp = "7.4.0"
|
||||
androidx-compose-ui = "1.4.0-alpha04"
|
||||
androidx-test = "1.5.0"
|
||||
|
@ -20,12 +20,13 @@ whetstone = "0.6.0-SNAPSHOT"
|
|||
workmanager = "2.8.0-rc01"
|
||||
|
||||
[libraries]
|
||||
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.7.0-alpha03"
|
||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha09"
|
||||
androidx-browser = "androidx.browser:browser:1.5.0-beta01"
|
||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.02.00-alpha01"
|
||||
androidx-compose-bom = "androidx.compose:compose-bom:2023.01.00"
|
||||
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
androidx-compose-material = { module = "androidx.compose.material:material" }
|
||||
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue