From 208b55d75973ffef8f0e3319b07bfa40ae71650c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 29 Apr 2026 09:24:08 +0800
Subject: [PATCH] UI: 澜品优选版本号
---
manifest.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index 6746261..4c0cbfc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "澜品优选",
"appid" : "__UNI__27C0349",
"description" : "",
- "versionName" : "1.3.6",
- "versionCode" : 136,
+ "versionName" : "1.3.7",
+ "versionCode" : 137,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -67,7 +67,7 @@
"minSdkVersion" : 29,
"schemes" : "lpyx-app",
"targetSdkVersion" : 30,
- "abiFilters" : [ "arm64-v8a" ]
+ "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
},
/* ios打包配置 */
"ios" : {
--
Gitblit v1.9.3