Browse Source

修改版本信息

zhanghe 6 years atrás
parent
commit
c2f5d389d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/util/Consts.js

+ 2 - 2
src/util/Consts.js

@@ -46,8 +46,8 @@ Consts.DOWNLOAD_STATUS_ONGOING = 1;
 Consts.DOWNLOAD_STATUS_SUCCESS = 2;
 Consts.DOWNLOAD_STATUS_FAILED = 3;
 
-Consts.ANDROID_FORCE_VERSION = '3.2.0';
-Consts.ANDROID_APK_URL = Consts.IMG_PATH + '/2b/APK/kid3.3.0.apk';
+Consts.ANDROID_FORCE_VERSION = '3.3.0';
+Consts.ANDROID_APK_URL = Consts.IMG_PATH + '/2b/APK/21st.3.3.0.apk';
 Consts.ANDROID_UPDATE_MSG = '发现新版本,请点击确定按钮更新!';
 
 Consts.KEYCODE_EXIT = 27;