Skip to content

Commit a9f3caf

Browse files
authored
Merge pull request #1103 from google/ben/compose1.2alpha6
Compose 1.2.0-alpha06
2 parents a55c9d1 + 2bdc270 commit a9f3caf

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.24.5-SNAPSHOT
36+
VERSION_NAME=0.24.5-alpha
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.2.0-alpha05"
2+
compose = "1.2.0-alpha06"
33
composesnapshot = "-" # a single character = no snapshot
44

55
# gradlePlugin and lint need to be updated together

0 commit comments

Comments
 (0)