Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit b41f0c3

Browse files
YorkShenlucky-chen
authored andcommitted
Update version to 0.24.0 (#2479)
1 parent e31e956 commit b41f0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ checkstyle {
6363
toolVersion = '6.9'
6464
}
6565

66-
version = project.hasProperty('weexVersion') ? project.getProperty('weexVersion') : "0.20.0.1"
66+
version = project.hasProperty('weexVersion') ? project.getProperty('weexVersion') : "0.24.0"
6767

6868
//Check version, the version must have 4 sections. The leading three section must be number, and the last section is odd number with or without suffix string.
6969
if (!project.hasProperty('ignoreVersionCheck') || !project.getProperty('ignoreVersionCheck').equals("true")) {

0 commit comments

Comments
 (0)