liangan 2 өдөр өмнө
parent
commit
d924e9f9ea

+ 3 - 3
manifest.config.ts

@@ -24,8 +24,8 @@ export default defineManifestConfig({
   'name': VITE_APP_TITLE,
   'appid': VITE_UNI_APPID,
   'description': '',
-  'versionName': '1.4.7',
-  'versionCode': '147',
+  'versionName': '1.4.8',
+  'versionCode': '148',
   'transformPx': false,
   'locale': VITE_FALLBACK_LOCALE === 'en' ? 'en' : 'bn', // 此app需默认孟加拉语
   'fallbackLocale': 'bn',
@@ -68,7 +68,7 @@ export default defineManifestConfig({
       /* android打包配置 */
       android: {
         minSdkVersion: 30,
-        targetSdkVersion: 30,
+        targetSdkVersion: 35,
         abiFilters: ['armeabi-v7a', 'arm64-v8a', 'x86'],
         permissions: [
           '<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>',

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "version": "3.2.0",
   "packageManager": "pnpm@10.10.0",
   "description": "BandhuBuy - APP",
-  "update-time": "2025-10-27",
+  "update-time": "2026-01-08",
   "author": {
     "name": "feige996",
     "zhName": "菲鸽",

+ 4 - 8
src/manifest.json

@@ -2,8 +2,8 @@
   "name": "BandhuBuy",
   "appid": "__UNI__D38110B",
   "description": "",
-  "versionName": "1.4.7",
-  "versionCode": "147",
+  "versionName": "1.4.8",
+  "versionCode": "148",
   "transformPx": false,
   "app-plus": {
     "usingComponents": true,
@@ -40,12 +40,8 @@
           "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
         ],
         "minSdkVersion": 30,
-        "targetSdkVersion": 30,
-        "abiFilters": [
-          "armeabi-v7a",
-          "arm64-v8a",
-          "x86"
-        ]
+        "targetSdkVersion": 35,
+        "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"]
       },
       "ios": {
         "idfa": false