Browse Source

feat: 版本更新

liangan 1 day ago
parent
commit
df2cf5244d
2 changed files with 9 additions and 5 deletions
  1. 2 2
      manifest.config.ts
  2. 7 3
      src/manifest.json

+ 2 - 2
manifest.config.ts

@@ -24,8 +24,8 @@ export default defineManifestConfig({
   'name': VITE_APP_TITLE,
   'appid': VITE_UNI_APPID,
   'description': '',
-  'versionName': '1.4.5',
-  'versionCode': '145',
+  'versionName': '1.4.7',
+  'versionCode': '147',
   'transformPx': false,
   'locale': VITE_FALLBACK_LOCALE === 'en' ? 'en' : 'bn', // 此app需默认孟加拉语
   'fallbackLocale': 'bn',

+ 7 - 3
src/manifest.json

@@ -2,8 +2,8 @@
   "name": "BandhuBuy",
   "appid": "__UNI__D38110B",
   "description": "",
-  "versionName": "1.4.5",
-  "versionCode": "145",
+  "versionName": "1.4.7",
+  "versionCode": "147",
   "transformPx": false,
   "app-plus": {
     "usingComponents": true,
@@ -41,7 +41,11 @@
         ],
         "minSdkVersion": 30,
         "targetSdkVersion": 30,
-        "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"]
+        "abiFilters": [
+          "armeabi-v7a",
+          "arm64-v8a",
+          "x86"
+        ]
       },
       "ios": {
         "idfa": false