From 7b592fde611a66523875c6e14fb0e4c31b33e462 Mon Sep 17 00:00:00 2001 From: ypigunova Date: Wed, 27 Aug 2025 18:39:16 +0300 Subject: [PATCH] [ANI] Remove deprecated Array API usage Issue: ICV4OW Signed-off-by: ypigunova --- 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 571ddd6790..e4a6181233 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_11-array-callbacks-number2int +ARKUI_DEV_BRANCH=panda_rev_11-remove-api-from-ani-h ARKUI_DEST=koala-sig -- Gitee