From 707fe99b35c8e090f839d247bea1ad3db06334e8 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 27 Mar 2024 15:06:15 +0800
Subject: [PATCH] 更改地址
---
manifest.json | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index a70c77e..20d7f96 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,9 +2,12 @@
"name" : "应急响应",
"appid" : "__UNI__843A1A3",
"description" : "",
- "versionName" : "1.0.0",
- "versionCode" : 1,
+ "versionName" : "1.3.0",
+ "versionCode" : 2,
"transformPx" : false,
+ "networkTimeout" : {
+ "request" : 5000
+ },
"app-plus" : {
/* 5+App特有相关 */
"usingComponents" : true,
@@ -40,7 +43,8 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
- ]
+ ],
+ "abiFilters" : [ "armeabi-v7a" ]
},
"ios" : {
"dSYMs" : false
--
Gitblit v1.9.2