Skip to content

Commit

Permalink
Merge pull request #1364 from google/ben/upgrade-1.3rc1
Browse files Browse the repository at this point in the history
Upgrade to Compose 1.3.0-rc01
  • Loading branch information
bentrengrove committed Oct 5, 2022
2 parents f29f547 + a2b99ef commit eaa3fcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5-SNAPSHOT
VERSION_NAME=0.26.5-rc

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
@@ -1,15 +1,15 @@
[versions]

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

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

ktlint = "0.45.2"
kotlin = "1.7.10"
kotlin = "1.7.20"
coroutines = "1.6.4"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit eaa3fcd

Please sign in to comment.