修改SDK版本号为1.0b

This commit is contained in:
wusheng 2016-03-17 14:57:18 +08:00
parent 59fe42672e
commit 194a33c017
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ public class Constants {
/**
* 务必严格保持两位的version
*/
public static String SDK_VERSION = "1.0a2";
public static String SDK_VERSION = "1.0b";
public static final String HEALTH_DATA_SPILT_PATTERN = "^~";