File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ captures
17
17
.idea /jarRepositories.xml
18
18
.idea /deploymentTargetDropDown.xml
19
19
.idea /misc.xml
20
+ .idea /androidTestResultsUserPreferences.xml
20
21
gradle.xml
21
22
* .iml
22
23
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
33
33
34
34
GROUP =com.google.accompanist
35
35
# !! 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
37
37
38
38
POM_DESCRIPTION =Utilities for Jetpack Compose
39
39
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- compose = " 1.2.0-alpha03 "
2
+ compose = " 1.2.0-alpha04 "
3
3
composesnapshot = " -" # a single character = no snapshot
4
4
5
5
# gradlePlugin and lint need to be updated together
You can’t perform that action at this time.
0 commit comments