更新编译配置

This commit is contained in:
2026-01-06 14:15:14 +08:00
parent 73c273094f
commit 4302871615
4 changed files with 13 additions and 13 deletions

View File

@@ -19,12 +19,12 @@ def genVersionName(def versionName){
android {
// 1. compileSdkVersion必须 ≥ targetSdkVersion建议直接等于 targetSdkVersion30
compileSdkVersion 30
// 2. buildToolsVersion需匹配 compileSdkVersion建议使用 30.x.x 最新稳定版(无需高于 compileSdkVersion
buildToolsVersion "30.0.3" // 这是 30 对应的最新稳定版,避免使用 beta 版
// 关键:改为你已安装的 SDK 32≥ targetSdkVersion 30兼容已安装环境
compileSdkVersion 32
// 直接使用已安装的构建工具 33.0.3(无需修改)
buildToolsVersion "33.0.3"
defaultConfig {
applicationId "cc.winboll.studio.appbase"
minSdkVersion 23

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Dec 15 17:52:03 HKT 2025
#Tue Jan 06 06:12:58 GMT 2026
stageCount=2
libraryProject=libappbase
baseVersion=15.14
publishVersion=15.14.1
buildCount=0
buildCount=1
baseBetaVersion=15.14.2

View File

@@ -5,11 +5,11 @@ apply from: '../.winboll/winboll_lint_build.gradle'
android {
// 1. compileSdkVersion必须 ≥ targetSdkVersion建议直接等于 targetSdkVersion30
compileSdkVersion 30
// 关键:改为你已安装的 SDK 32≥ targetSdkVersion 30兼容已安装环境
compileSdkVersion 32
// 2. buildToolsVersion需匹配 compileSdkVersion建议使用 30.x.x 最新稳定版(无需高于 compileSdkVersion
buildToolsVersion "30.0.3" // 这是 30 对应的最新稳定版,避免使用 beta 版
// 直接使用已安装的构建工具 33.0.3(无需修改
buildToolsVersion "33.0.3"
defaultConfig {
minSdkVersion 23

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Dec 15 17:51:52 HKT 2025
#Tue Jan 06 06:12:58 GMT 2026
stageCount=2
libraryProject=libappbase
baseVersion=15.14
publishVersion=15.14.1
buildCount=0
buildCount=1
baseBetaVersion=15.14.2