Explorar el Código

提示升级3.3.1

zhanghe hace 6 años
padre
commit
dfcf7a7516
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.3.0';
-Consts.ANDROID_APK_URL = Consts.IMG_PATH + '/2b/APK/21st.3.3.0.apk';
+Consts.ANDROID_FORCE_VERSION = '3.3.1';
+Consts.ANDROID_APK_URL = Consts.IMG_PATH + '/2b/APK/21st3.3.1.apk';
 Consts.ANDROID_UPDATE_MSG = '发现新版本,请点击确定按钮更新!';
 
 Consts.KEYCODE_EXIT = 27;