Skip to content

Commit 09a9b6b

Browse files
authored
Merge pull request #1048 from google/ben/compose1.1.1
Update to Compose 1.1.1
2 parents 76e107e + 390a573 commit 09a9b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3333

3434
GROUP=com.google.accompanist
3535
# !! No longer need to update this manually when using a Compose SNAPSHOT
36-
VERSION_NAME=0.23.0
36+
VERSION_NAME=0.23.1
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
compose = "1.1.0"
2+
compose = "1.1.1"
33
composesnapshot = "-" # a single character = no snapshot
44

55
# gradlePlugin and lint need to be updated together

0 commit comments

Comments
 (0)