Skip to content

Commit

Permalink
Update to Compose 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Aug 4, 2021
1 parent 4caca85 commit 7bc92a7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
[versions]
compose = "1.1.0-SNAPSHOT"
composesnapshot = "7593337" # a single character = no snapshot
compose = "1.0.1"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.0"
lint = "30.0.0"

navigation = "2.4.0-SNAPSHOT"

ktlint = "0.41.0"
kotlin = "1.5.21"
coroutines = "1.5.1"
okhttp = "3.12.13"
coil = "1.3.0"

androidxtest = "1.3.0"
androidxnavigation = "2.4.0-alpha06"

[libraries]
compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
Expand Down Expand Up @@ -60,8 +59,8 @@ androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"

androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "navigation" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxnavigation" }
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidxnavigation" }

napier = "io.github.aakira:napier:1.4.1"

Expand Down

0 comments on commit 7bc92a7

Please sign in to comment.