xiongzhu 3 سال پیش
والد
کامیت
3de436e7e0
4فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 1 1
      build_android.sh
  2. 1 1
      config.xml
  3. 4 4
      package.json
  4. 2 2
      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.raex.oasismeta/.MainActivity

+ 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="177" android-versionCode="1196">
+<widget id="vip.raex.oasismeta" 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="1214">
 	<name>OASISMETA</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.

+ 4 - 4
package.json

@@ -81,12 +81,12 @@
       },
       "cordova-plugin-inappbrowser": {},
       "cordova-plugin-cache-clear": {},
-      "cordova-plugin-umeng": {},
-      "cordova-plugin-android-notch": {}
+      "cordova-plugin-android-notch": {},
+      "cordova-plugin-umeng": {}
     },
     "platforms": [
-      "android",
-      "ios"
+      "ios",
+      "android"
     ]
   },
   "dependencies": {

+ 2 - 2
www/index.html

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