Skip to content

Commit

Permalink
Merge pull request #1589 from google/ben/release2
Browse files Browse the repository at this point in the history
Release v0.31.1-alpha
  • Loading branch information
bentrengrove committed Apr 26, 2023
2 parents b6c1870 + e4776c5 commit fe2cde5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1-SNAPSHOT
VERSION_NAME=0.31.1-alpha

POM_DESCRIPTION=Utilities for Jetpack Compose

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

compose = "1.5.0-alpha01"
composeCompiler = "1.4.3"
composeCompiler = "1.4.6"
composeMaterial3 = "1.0.1"
composesnapshot = "-" # a single character = no snapshot

Expand All @@ -10,7 +10,7 @@ gradlePlugin = "7.4.1"
lintMinCompose = "30.0.0"

ktlint = "0.45.2"
kotlin = "1.8.10"
kotlin = "1.8.20"
coroutines = "1.6.4"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit fe2cde5

Please sign in to comment.