From d135885d2aeaaa6a4532cc77828f35b085c5c1b3 Mon Sep 17 00:00:00 2001 From: jiyong Date: Wed, 7 Apr 2021 16:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ACTS=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_lite/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index bd2bd076d..66ff43a6f 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -110,7 +110,7 @@ lite_component("acts_component") { test_suite("acts") { deps = [ ":acts_component" ] - version = "OpenHarmony-ACTS-2.1.1.001" + version = "OpenHarmony-ACTS-1.0.1" if (ohos_kernel_type == "liteos_a") { deps += [ "//test/xts/tools/lite/others/query:query" ] copy("query_copy") { -- GitLab