Skip to content

Commit

Permalink
v0.24.9-beta
Browse files Browse the repository at this point in the history
Upgrade to Compose 1.2.0-beta02
  • Loading branch information
bentrengrove committed May 18, 2022
2 parents 6e41fda + 75cf61b commit 22a29cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.google.accompanist
# !! No longer need to update this manually when using a Compose SNAPSHOT
VERSION_NAME=0.24.9-SNAPSHOT
VERSION_NAME=0.24.9-beta

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
compose = "1.2.0-beta01"
compose = "1.2.0-beta02"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
Expand Down

0 comments on commit 22a29cb

Please sign in to comment.