Skip to content

Commit

Permalink
Upgrade to Compose 1.3.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Sep 7, 2022
1 parent 41cc81d commit f74dc21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26.3-SNAPSHOT
VERSION_NAME=0.26.3-beta

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
@@ -1,7 +1,7 @@
[versions]

compose = "1.3.0-beta01"
composeCompiler = "1.3.0"
compose = "1.3.0-beta02"
composeCompiler = "1.3.1"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
Expand Down

0 comments on commit f74dc21

Please sign in to comment.