Skip to content

Commit

Permalink
Merge pull request #925 from google/ja/compose_1.1.0-rc01
Browse files Browse the repository at this point in the history
Update versions for Compose 1.1.0-rc01 release
  • Loading branch information
JoseAlcerreca committed Dec 16, 2021
2 parents 9c6eeda + dec3d03 commit 665ce48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.21.5-SNAPSHOT
VERSION_NAME=0.21.5-rc

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
compose = "1.1.0-beta04"
compose = "1.1.0-rc01"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.3"
gradlePlugin = "7.0.4"
lint = "30.0.3"

ktlint = "0.42.1"
Expand All @@ -13,7 +13,7 @@ okhttp = "3.12.13"
coil = "1.3.2"

androidxtest = "1.4.0"
androidxnavigation = "2.4.0-beta02"
androidxnavigation = "2.4.0-rc01"

[libraries]
compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
Expand Down

0 comments on commit 665ce48

Please sign in to comment.