From 61459264efa0398e09e774be149f65f8a3b8c033 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Mon, 24 Mar 2025 09:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=8E=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8b64976..bb318e9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "oa考勤系统", "appid" : "__UNI__4796942", "description" : "", - "versionName" : "2.3.0", - "versionCode" : 230, + "versionName" : "2.3.2", + "versionCode" : 232, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -50,7 +50,7 @@ "", "" ], - "abiFilters" : [ "arm64-v8a" ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ], "autoSdkPermissions" : false, "targetSdkVersion" : 34, "minSdkVersion" : 21