From 42bab1ebc2013fd45d03dcf5ba7ea3cccfa25b3a Mon Sep 17 00:00:00 2001 From: lixinsheng2 Date: Tue, 2 Sep 2025 17:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixinsheng2 --- test/unittest/ndk_stage_js_test/AppScope/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unittest/ndk_stage_js_test/AppScope/app.json b/test/unittest/ndk_stage_js_test/AppScope/app.json index 58dc4f8..273c6be 100644 --- a/test/unittest/ndk_stage_js_test/AppScope/app.json +++ b/test/unittest/ndk_stage_js_test/AppScope/app.json @@ -11,10 +11,10 @@ "distributedNotificationEnabled": true, "keepAlive": true, "singleUser": true, - "minAPIVersion": 16, - "targetAPIVersion": 16, + "minAPIVersion": 20, + "targetAPIVersion": 20, "car": { - "apiCompatibleVersion": 16, + "apiCompatibleVersion": 20, "singleUser": false } } -- Gitee