From e93d4fbd42d67425479c0ac5ee0cd76b71a2b06a Mon Sep 17 00:00:00 2001 From: ypigunova Date: Fri, 29 Aug 2025 21:42:28 +0300 Subject: [PATCH] [ANI]: Remove deprecated 'Class_Find*' APIs Issue: ICVIQE 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 dbe231e9e7..91b3fe194a 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_10-ani-remove-module-find +ARKUI_DEV_BRANCH=panda_rev_10-remove-deprecated-method-search-api ARKUI_DEST=koala-sig -- Gitee