From 23852d9142cf1cb8763205bd393fc589edde30cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 14 Feb 2025 03:44:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20build-profile.json5.=20sdk=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E5=88=B014?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- build-profile.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 3e060d1..ae06abb 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,8 +19,8 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 12, - "compatibleSdkVersion": 12 + "compileSdkVersion": 14, + "compatibleSdkVersion": 14 } ], "signingConfigs": [ -- Gitee