Skip to content

Commit

Permalink
Merge pull request #1286 from google/ben/1.2.1
Browse files Browse the repository at this point in the history
Update to Compose 1.2.1
  • Loading branch information
bentrengrove committed Aug 10, 2022
2 parents 54a2f8c + 20bfd34 commit 3e261b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- compose-1.0
- compose-1.1
- compose-1.2
paths-ignore:
- '**.md'
pull_request:
Expand Down
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.25.1-SNAPSHOT
VERSION_NAME=0.25.1

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
@@ -1,14 +1,14 @@
[versions]
compose = "1.2.0"
composeCompiler = "1.2.0"
compose = "1.2.1"
composeCompiler = "1.3.0"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.3.0-beta05"
lintMinCompose = "30.0.0"

ktlint = "0.42.1"
kotlin = "1.7.0"
kotlin = "1.7.10"
coroutines = "1.6.0"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit 3e261b5

Please sign in to comment.