Skip to content

Commit

Permalink
Merge pull request #1550 from google/ben/1.4_release
Browse files Browse the repository at this point in the history
Upgrade to Compose 1.4
  • Loading branch information
bentrengrove committed Mar 22, 2023
2 parents 6c038c3 + d474fd8 commit 079263f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
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.29.3-SNAPSHOT
VERSION_NAME=0.30.0

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

compose = "1.4.0-rc01"
compose = "1.4.0"
composeCompiler = "1.4.3"
composeMaterial3 = "1.0.1"
composesnapshot = "-" # a single character = no snapshot
Expand Down

0 comments on commit 079263f

Please sign in to comment.