Skip to content

Commit 8986f31

Browse files
authored
Merge pull request #1049 from google/ben/compose-1.2.0alpha4
Update to Compose 1.2.0-alpha4
2 parents ff84fdd + 6984c1b commit 8986f31

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ captures
1717
.idea/jarRepositories.xml
1818
.idea/deploymentTargetDropDown.xml
1919
.idea/misc.xml
20+
.idea/androidTestResultsUserPreferences.xml
2021
gradle.xml
2122
*.iml
2223

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.3-SNAPSHOT
36+
VERSION_NAME=0.24.3-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-alpha03"
2+
compose = "1.2.0-alpha04"
33
composesnapshot = "-" # a single character = no snapshot
44

55
# gradlePlugin and lint need to be updated together

0 commit comments

Comments
 (0)