Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit f23bd7c

Browse files
committed
bump release verion to 2.1.0-alpha2
1 parent 8629723 commit f23bd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constraintlayout/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ task dist doLast {
5656
project(':constraintlayout') {
5757
ext.pomName = 'Android ConstraintLayout'
5858
ext.pomDesc = 'ConstraintLayout for Android'
59-
ext.version = '2.1.0-alpha1'
59+
ext.version = '2.1.0-alpha2'
6060
}
6161

6262
project(':core') {
6363
ext.pomName = 'Android ConstraintLayout Core'
6464
ext.pomDesc = 'ConstraintLayout core'
65-
ext.version = '1.0.0-alpha2'
65+
ext.version = '1.0.0-alpha3'
6666
}
6767

6868
subprojects { Project project ->

0 commit comments

Comments
 (0)