Skip to content

Commit

Permalink
Upgrade to Compose 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Nov 16, 2022
1 parent 63a63f7 commit 8d3489a
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.27.1-SNAPSHOT
VERSION_NAME=0.27.1

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]

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

Expand Down

0 comments on commit 8d3489a

Please sign in to comment.