From 9e07b0ce0711a2c5d0dd756269c03c665b2fbe41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E6=B8=AF?= Date: Fri, 5 Sep 2025 03:30:09 +0000 Subject: [PATCH] update build-profile.json5. 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 a4899b6a..2d3f7af9 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -4,8 +4,8 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 20, - "compatibleSdkVersion": 20 + "compileSdkVersion": 14, + "compatibleSdkVersion": 14 } ], "signingConfigs": [ -- Gitee