vbea hace 3 años
padre
commit
c7c3dae137
Se han modificado 3 ficheros con 10 adiciones y 4 borrados
  1. 4 4
      Strides-APP/app.json
  2. 3 0
      Strides-APP/ios/Podfile
  3. 3 0
      Strides-APP/package.json

+ 4 - 4
Strides-APP/app.json

@@ -1,8 +1,8 @@
 {
   "name": "JuicePlus",
   "displayName": "ChargEco",
-  "versionCode": 115,
-  "versionName": "V2.1.2",
-  "product": false,
-  "debug": true
+  "versionCode": 120,
+  "versionName": "V2.2.0",
+  "product": true,
+  "debug": false
 }

+ 3 - 0
Strides-APP/ios/Podfile

@@ -35,6 +35,9 @@ target 'JuicePlus' do
   pod 'GoogleUtilities', :modular_headers => true
   #微软热更新
   pod 'CodePush', :path => '../node_modules/react-native-code-push'
+  pod 'AppCenter', :modular_headers => true
+  pod 'AppCenter/Analytics', :modular_headers => true
+  pod 'AppCenter/Crashes', :modular_headers => true
 
   use_react_native!(
     :path => config[:reactNativePath],

+ 3 - 0
Strides-APP/package.json

@@ -35,6 +35,9 @@
     "@react-navigation/material-top-tabs": "^5.3.19",
     "@react-navigation/native": "^5.9.4",
     "@react-navigation/stack": "^5.14.4",
+    "appcenter": "^4.4.5",
+    "appcenter-analytics": "^4.4.5",
+    "appcenter-crashes": "^4.4.5",
     "axios": "^0.21.1",
     "react": "17.0.1",
     "react-native": "https://gitee.com/vbes/react-native.git",