vbea 3 years ago
parent
commit
62b300fd35

+ 1 - 1
Strides-APP/android/app/build.gradle

@@ -80,7 +80,7 @@ def myVersionName = "2.1.2" //★★★★★版本号★★★★★
  */
  */
 
 
 project.ext.react = [
 project.ext.react = [
-    entryFile: "index.js",
+    //entryFile: "index.js",
     //hermesCommand: "../../node_modules/hermes-engine/%OS-BIN%/hermes", // Or whatever path you need
     //hermesCommand: "../../node_modules/hermes-engine/%OS-BIN%/hermes", // Or whatever path you need
     enableHermes: true,  // clean and rebuild if changing
     enableHermes: true,  // clean and rebuild if changing
 ]
 ]

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Tue Feb 14 17:53:03 CST 2023
-VERSION_CODE=139
+#Tue Feb 14 18:11:15 CST 2023
+VERSION_CODE=141

+ 0 - 3
Strides-APP/ios/Podfile

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