From 120a86d5ae1705f3494fe6487bd927ca1e22c6b0 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Thu, 18 Apr 2024 17:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E6=96=B0=E7=89=88=E6=9C=AC=E4=B8=BA1.?= =?UTF-8?q?1=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=8C=85=E5=90=ABuni-ad-gdt?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 04d14289b8e7ad4f0693d7a4d61a3f5825b9904a) --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2bf8190..cbbe588 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "Hello uni-app x", "appid": "__UNI__3584C99", "description": "", - "versionName": "1.0.23", - "versionCode": 10023, + "versionName": "1.1", + "versionCode": 10100, "uni-app-x": {}, /* 快应用特有相关 */ "quickapp": {}, @@ -34,6 +34,9 @@ "uni-payment":{ "alipay":{}, "wxpay":{} + }, + "uni-ad": { + "gdt": {} } } } -- GitLab