Quellcode durchsuchen

update app.json

wudebin vor 3 Monaten
Ursprung
Commit
53e1dfb0f7

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

@@ -1,2 +1,2 @@
-#Wed Jan 28 17:34:59 CST 2026
-VERSION_CODE=800
+#Fri Feb 27 11:19:39 CST 2026
+VERSION_CODE=812

+ 1 - 1
Strides-SPAPP/android/build.gradle

@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     ext {
-        versionName = "4.0.2" //★★★★★版本号★★★★★
+        versionName = "4.1.0" //★★★★★版本号★★★★★
         buildToolsVersion = "35.0.1"
         minSdkVersion = 24
         compileSdkVersion = 35

+ 3 - 3
Strides-SPAPP/app.json

@@ -1,9 +1,9 @@
 {
   "name": "Strides",
   "displayName": "ChargEco",
-  "versionCode": 800,
-  "versionName": "V4.0.2",
-  "product": true,
+  "versionCode": 810,
+  "versionName": "V4.1.0",
+  "product": false,
   "debug": true,
   "isWhitelabel": true,
   "isLumiWhitelabel": false,

+ 1 - 1
Strides-SPAPP/index.js

@@ -63,7 +63,7 @@ class Index extends Component {
           }
           <ModalPortal/>
           { this.state.navBottom != undefined
-          ? <View style={{height: isIOS ? 0 : this.state.navBottom, backgroundColor: colorAccent}}></View>
+          ? <View style={{height: isIOS ? 0 : this.state.navBottom, backgroundColor: "#ffffff"}}></View>
           : <SafeAreaInsetsContext.Consumer>
               {insets => this.init(insets)}
             </SafeAreaInsetsContext.Consumer>

+ 2 - 2
Strides-SPAPP/package.json

@@ -67,9 +67,9 @@
     "react-native-push-notification": "8.1.1",
     "react-native-reanimated": "3.18.0",
     "react-native-root-siblings": "5.0.1",
-    "react-native-root-toast": "3.6.0",
+    "react-native-root-toast": "4.0.1",
     "react-native-safe-area-context": "^5.4.1",
-    "react-native-screens": "4.11.1",
+    "react-native-screens": "4.13.1",
     "react-native-svg": "15.11.1",
     "react-native-swiper": "1.6.0",
     "react-native-tab-view": "4.0.5",