From 2afe0451acf3059d65732897e590cd5001df46b8 Mon Sep 17 00:00:00 2001 From: yuandongping Date: Mon, 28 Apr 2025 10:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=8D=87=E7=BA=A7API18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuandongping --- README_zh.md | 2 +- build-profile.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh.md b/README_zh.md index 9eedf67..15118fb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -140,7 +140,7 @@ hilog | grep Label 1.本示例仅支持标准系统上运行,支持设备RK3568。 -2.本示例已适配API14版本SDK,SDK版本号(API Version 14 5.0.2),镜像版本号(5.0.2)。 +2.本示例已适配API18版本SDK,SDK版本号(API Version 18 5.1.0),镜像版本号(5.1.0)。 3.本示例需要使用DevEco Studio 5.0.2 Release版本才可编译运行。 diff --git a/build-profile.json5 b/build-profile.json5 index 1adbdc0..92eff6d 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -20,7 +20,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 14, + "compileSdkVersion": 18, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } -- Gitee