Skip to content

Commit

Permalink
Update to Compose 1.2.0-alpha02 (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove authored Jan 27, 2022
1 parent 69fb1f8 commit 1d9ba43
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.24.1-SNAPSHOT
VERSION_NAME=0.24.1-alpha

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.2.0-alpha01"
compose = "1.2.0-alpha02"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.1.0-rc01"
gradlePlugin = "7.1.0"
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-rc01"
androidxnavigation = "2.4.0"

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

0 comments on commit 1d9ba43

Please sign in to comment.