From 2a04f29258a7b7dd5c223b4cdbda626c03135a94 Mon Sep 17 00:00:00 2001 From: yangwei_814916 Date: Fri, 12 May 2023 14:20:00 +0800 Subject: [PATCH] =?UTF-8?q?bundle.json=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangwei_814916 --- bundle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index d944c116..0e267b56 100644 --- a/bundle.json +++ b/bundle.json @@ -1,9 +1,9 @@ { "name":"@ohos/distributed_screen", "description":"distributed hardware screen", - "version":"4.0", + "version":"3.1", "author":{}, - "repository":"https://gitee.com/openharmony/distributed_screen", + "repository":"https://gitee.com/openharmony/distributedhardware_distributed_screen", "license":"Apache License 2.0", "publishAs":"code-segment", "segment":{ @@ -21,8 +21,8 @@ "adapted_system_type":[ "standard" ], - "rom":"2000KB", - "ram":"6MB", + "rom":"5120KB", + "ram":"33580KB", "hisysevent_config": [ "//foundation/distributedhardware/distributed_screen/hisysevent.yaml" ], -- Gitee