From f17ae6501d601b7b5a4da131f29fea70a032435e Mon Sep 17 00:00:00 2001 From: wuxiesaber Date: Mon, 21 Jul 2025 19:00:53 +0800 Subject: [PATCH] adjust number2int in map and set Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICN2J6 Signed-off-by: wuxiesaber Change-Id: Ib36ebf17a202cf4a18b0ffbedc5eb82dde11b133 --- ets2panda/scripts/arkui.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/scripts/arkui.properties b/ets2panda/scripts/arkui.properties index 84783ad660..17015d7e35 100644 --- a/ets2panda/scripts/arkui.properties +++ b/ets2panda/scripts/arkui.properties @@ -1,3 +1,3 @@ ARKUI_DEV_REPO=https://gitee.com/rri_opensource/koala_projects.git -ARKUI_DEV_BRANCH=panda_rev_9-ani-add-bind-static +ARKUI_DEV_BRANCH=panda_rev_9-number2int_opt_new ARKUI_DEST=koala-sig -- Gitee