修复错误的版本号造成程序错误

This commit is contained in:
wusheng 2016-06-15 15:07:53 +08:00
parent 571cde099c
commit 9d51733e52
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.0-Final";
public static String SDK_VERSION = "1.0Final";
public static final String HEALTH_DATA_SPILT_PATTERN = "^~";