From 2d6b2ddef6f1a165a513a911b3bd1dec08f04984 Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 14:04:25 +0000 Subject: [PATCH] Fix atomic ability bundle.json change Signed-off-by: wanchengzhen --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index dc4fa75f1..31719eec3 100644 --- a/bundle.json +++ b/bundle.json @@ -21,7 +21,7 @@ "ram": "", "deps": { "components": [ - "ability_runtime", + "ability_base", "bundle_framework", "dataclassification", "dsoftbus", -- Gitee