From 88e7abe81da8eecffd6457c6fee3dfdd1e6bec6b Mon Sep 17 00:00:00 2001 From: Ryan <865833921@qq.com> Date: Wed, 9 Jul 2025 09:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=87=86=E5=87=BA=E5=90=8E?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 2 +- entry/src/main/resources/base/element/string.json | 2 +- entry/src/main/resources/en_US/element/string.json | 2 +- entry/src/main/resources/zh_CN/element/string.json | 2 +- hvigor/hvigor-config.json5 | 2 +- oh-package.json5 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 9d5bb0d..7987d71 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -21,7 +21,7 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.1.0(18)", "runtimeOS": "HarmonyOS", } ] diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index fbcfb06..5bf7538 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "AVCodecVideo" + "value": "AVCodecBufferMode" }, { "name": "alert", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 556498d..8ff1556 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "AVCodecTranscoder" + "value": "AVCodecBufferMode" }, { "name": "alert", diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index fe0c9ab..fd51cc4 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "AVCodecTranscoder" + "value": "AVCodecBufferMode" }, { "name": "alert", diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 06b2783..85e8d4b 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.0", + "modelVersion": "5.1.0", "dependencies": { }, "execution": { diff --git a/oh-package.json5 b/oh-package.json5 index c87d871..d9771b7 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -14,7 +14,7 @@ */ { - "modelVersion": "5.0.0", + "modelVersion": "5.1.0", "description": "Please describe the basic information.", "dependencies": { }, -- Gitee