xiongzhu 4 anni fa
parent
commit
d07cf52ff3
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      config.xml
  2. 1 1
      www/index.html

+ 1 - 1
config.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.adcs.nft" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="vip.adcs.nft" ios-CFBundleVersion="1" android-versionCode="28">
+<widget id="vip.adcs.nft" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="vip.adcs.nft" ios-CFBundleVersion="1" android-versionCode="33">
 	<name>古藏站</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.

+ 1 - 1
www/index.html

@@ -20,7 +20,7 @@
 
         var version = '1.0.0';
         var iosCFBundleVersion = '1';
-        var androidVersionCode = '27';
+        var androidVersionCode = '32';
         if (/iphone|ipod|ipad|Macintosh/i.test(navigator.userAgent)) {
             axios.get('https://www.raex.vip/appVersion/checkIosReview?version=' + version)
                 .then(function (res) {