Skip to content

Commit

Permalink
Merge pull request #1379 from google/ben/upgrade_next
Browse files Browse the repository at this point in the history
Update to Compose 1.3
  • Loading branch information
bentrengrove committed Oct 24, 2022
2 parents 70c51e8 + 5f52b30 commit 40bdc6f
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.6-SNAPSHOT
VERSION_NAME=0.27.0

POM_DESCRIPTION=Utilities for Jetpack Compose

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

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

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.3.0"
gradlePlugin = "7.3.1"
lintMinCompose = "30.0.0"

ktlint = "0.45.2"
Expand Down

0 comments on commit 40bdc6f

Please sign in to comment.