From 8479ca2cfea05e0f58c67631150d661458eb294d Mon Sep 17 00:00:00 2001 From: shifujun Date: Sun, 28 Apr 2024 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8D=87=E7=BA=A7compileSdk=E5=88=B03?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 升级的主要原因是GitHub Actions的macos环境从20240422.3开始 去掉了我们原本使用的31 SDK。 --- buildScripts/gradle/versions.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScripts/gradle/versions.properties b/buildScripts/gradle/versions.properties index cd827dcef..1c4fd55e5 100644 --- a/buildScripts/gradle/versions.properties +++ b/buildScripts/gradle/versions.properties @@ -1,4 +1,4 @@ -COMPILE_SDK_VERSION=31 +COMPILE_SDK_VERSION=34 MIN_SDK_VERSION=14 TARGET_SDK_VERSION=28 VERSION_CODE=1