From 48d4f8d6c2861f35e398b79ece013bbfed4678fa Mon Sep 17 00:00:00 2001 From: liangliang6768 Date: Sun, 2 Mar 2025 03:12:59 +0000 Subject: [PATCH] api18 change Signed-off-by: liangliang6768 --- services/etc/param/ohos_const/ohos.para | 2 +- services/etc_lite/param/ohos_const/ohos.para | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/etc/param/ohos_const/ohos.para b/services/etc/param/ohos_const/ohos.para index 22a730119..3f75c5be6 100755 --- a/services/etc/param/ohos_const/ohos.para +++ b/services/etc/param/ohos_const/ohos.para @@ -12,5 +12,5 @@ # limitations under the License. const.ohos.version.security_patch=2025/03/01 const.ohos.releasetype=Beta1 -const.ohos.apiversion=16 +const.ohos.apiversion=18 const.ohos.fullname=OpenHarmony-5.1.0.54 \ No newline at end of file diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index 97b79340b..635cbce6a 100755 --- a/services/etc_lite/param/ohos_const/ohos.para +++ b/services/etc_lite/param/ohos_const/ohos.para @@ -12,6 +12,6 @@ # limitations under the License. const.ohos.releasetype=Beta1 -const.ohos.apiversion=16 +const.ohos.apiversion=18 const.ohos.version.security_patch=2025/03/01 const.ohos.fullname=OpenHarmony-5.1.0.54 \ No newline at end of file -- Gitee