Skip to content

Commit

Permalink
Update to Compose 1.1.0-rc03 (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Jan 27, 2022
1 parent 49cb3b0 commit a55bbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.22.0-rc
VERSION_NAME=0.22.1-rc

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
compose = "1.1.0-rc01"
compose = "1.1.0-rc03"
composesnapshot = "-" # a single character = no snapshot
composeCompiler = "1.1.0-rc02"
composeCompiler = "1.1.0-rc03"

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.4"
Expand Down

0 comments on commit a55bbfd

Please sign in to comment.