xiongzhu 3 år sedan
förälder
incheckning
47f5303c0a
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      config.xml
  2. 2 2
      www/index.html

+ 1 - 1
config.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.raex.nft" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="174" android-versionCode="1193">
+<widget id="vip.raex.nft" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="177" android-versionCode="1196">
 	<name>OASISMETA</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.

+ 2 - 2
www/index.html

@@ -27,8 +27,8 @@
         }
 
         var version = '1.0.2';
-        var iosCFBundleVersion = '173';
-        var androidVersionCode = '1192';
+        var iosCFBundleVersion = '176';
+        var androidVersionCode = '1195';
         document.addEventListener('deviceready', function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {