Skip to content

Commit

Permalink
Merge pull request #1156 from google/ben/upgrade
Browse files Browse the repository at this point in the history
v0.24.8-beta
  • Loading branch information
bentrengrove committed May 11, 2022
2 parents e45e100 + 81decc4 commit c7379fa
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.8-SNAPSHOT
VERSION_NAME=0.24.8-beta

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,13 +1,13 @@
[versions]
compose = "1.2.0-alpha08"
compose = "1.2.0-beta01"
composesnapshot = "-" # a single character = no snapshot

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

ktlint = "0.42.1"
kotlin = "1.6.20"
kotlin = "1.6.21"
coroutines = "1.6.0"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit c7379fa

Please sign in to comment.