From bc0eb69edfcbef4c95ad17f422c27500ee8206b5 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Thu, 27 Mar 2025 11:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=94=E7=94=A8=E9=80=82?= =?UTF-8?q?=E9=85=8D=E7=B3=BB=E7=BB=9F=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appbase/build.gradle | 2 +- libappbase/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appbase/build.gradle b/appbase/build.gradle index 85ff4b5..366a201 100644 --- a/appbase/build.gradle +++ b/appbase/build.gradle @@ -24,7 +24,7 @@ android { defaultConfig { applicationId "cc.winboll.studio.appbase" - minSdkVersion 26 + minSdkVersion 24 targetSdkVersion 29 versionCode 1 // versionName 更新后需要手动设置 diff --git a/libappbase/build.gradle b/libappbase/build.gradle index 8b65344..d1573fd 100644 --- a/libappbase/build.gradle +++ b/libappbase/build.gradle @@ -9,7 +9,7 @@ android { buildToolsVersion "32.0.0" defaultConfig { - minSdkVersion 26 + minSdkVersion 24 targetSdkVersion 29 } buildTypes {