xiongzhu %!s(int64=4) %!d(string=hai) anos
pai
achega
cf9d8b8718
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      build_android.sh
  2. 2 2
      config.xml
  3. 1 1
      www/index.html

+ 1 - 1
build_android.sh

@@ -1,3 +1,3 @@
 cordova build android --release -- --keystore=zouma.jks --storePassword=zouma123 --password=zouma123 --alias=zouma
 adb install -r  /Users/drew/Projects/cordova/raex_app/platforms/android/app/build/outputs/apk/release/app-release.apk
-adb shell am start -n vip.raex.nft/.MainActivity
+adb shell am start -n vip.adcs.nft/.MainActivity

+ 2 - 2
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="23">
+<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="26">
 	<name>古藏站</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.
@@ -7,7 +7,7 @@
 	<author email="dev@cordova.apache.org" href="http://cordova.io">
         Apache Cordova Team
     </author>
-	<content src="http://nft.adcs.vip/"/>
+	<content src="https://nft.adcs.vip/"/>
 	<access origin="*"/>
 	<allow-intent href="http://*/*"/>
 	<allow-intent href="https://*/*"/>

+ 1 - 1
www/index.html

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