Change android version to 0.24.0
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index 931075a..c6d8573 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -63,7 +63,7 @@
     toolVersion = '6.9'
 }
 
-version = project.hasProperty('weexVersion') ? project.getProperty('weexVersion') : "0.24.0.1"
+version = project.hasProperty('weexVersion') ? project.getProperty('weexVersion') : "0.24.0"
 
 //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.
 if (!project.hasProperty('ignoreVersionCheck') || !project.getProperty('ignoreVersionCheck').equals("true")) {