Skip to content

Commit

Permalink
Merge pull request #1667 from google/ben/1.5.0-beta03
Browse files Browse the repository at this point in the history
Upgrade to Compose 1.5.0-beta03
  • Loading branch information
bentrengrove committed Jun 30, 2023
2 parents 96f477c + 8dd31b0 commit eafa423
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.31.5-SNAPSHOT
VERSION_NAME=0.31.5-beta

POM_DESCRIPTION=Utilities for Jetpack Compose

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

compose = "1.5.0-beta02"
composeCompiler = "1.4.7"
compose = "1.5.0-beta03"
composeCompiler = "1.4.8"
composeMaterial3 = "1.0.1"
composesnapshot = "-" # a single character = no snapshot

Expand All @@ -12,7 +12,7 @@ gradlePlugin = "8.0.0"
lintMinCompose = "30.0.0"

ktlint = "0.45.2"
kotlin = "1.8.21"
kotlin = "1.8.22"
coroutines = "1.6.4"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit eafa423

Please sign in to comment.