vbea 3 سال پیش
والد
کامیت
62b300fd35
3فایلهای تغییر یافته به همراه3 افزوده شده و 6 حذف شده
  1. 1 1
      Strides-APP/android/app/build.gradle
  2. 2 2
      Strides-APP/android/app/version.properties
  3. 0 3
      Strides-APP/ios/Podfile

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

@@ -80,7 +80,7 @@ def myVersionName = "2.1.2" //★★★★★版本号★★★★★
  */
 
 project.ext.react = [
-    entryFile: "index.js",
+    //entryFile: "index.js",
     //hermesCommand: "../../node_modules/hermes-engine/%OS-BIN%/hermes", // Or whatever path you need
     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 '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!(
     :path => config[:reactNativePath],