Skip to content

Commit

Permalink
Merge pull request #1262 from google/ben/1.2
Browse files Browse the repository at this point in the history
Upgrade to Compose 1.2
  • Loading branch information
bentrengrove committed Jul 28, 2022
2 parents c5e9571 + 405e721 commit 7d642f2
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.24.14-SNAPSHOT
VERSION_NAME=0.25.0

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
@@ -1,10 +1,10 @@
[versions]
compose = "1.2.0-rc03"
compose = "1.2.0"
composeCompiler = "1.2.0"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.3.0-beta01"
gradlePlugin = "7.3.0-beta05"
lintMinCompose = "30.0.0"

ktlint = "0.42.1"
Expand Down

0 comments on commit 7d642f2

Please sign in to comment.