Skip to content

Commit

Permalink
Update to Compose SNAPSHOT 7584688 (#587)
Browse files Browse the repository at this point in the history
Also updated Kotlin to 1.5.21 and Coroutines 1.5.1.
  • Loading branch information
chrisbanes committed Jul 29, 2021
1 parent 4449c84 commit c8d92a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
@@ -1,14 +1,14 @@
[versions]
compose = "1.0.0"
composesnapshot = "-" # a single character = no snapshot
compose = "1.0.1-SNAPSHOT"
composesnapshot = "7584688" # a single character = no snapshot

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

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

Expand Down

0 comments on commit c8d92a0

Please sign in to comment.