适配小米15,设置编译参数。

This commit is contained in:
ZhanGSKen 2025-03-25 19:39:21 +08:00
parent f56125f82a
commit 1e991aed7e
2 changed files with 11 additions and 11 deletions

View File

@ -18,8 +18,8 @@ def genVersionName(def versionName){
} }
android { android {
compileSdkVersion 30 compileSdkVersion 32
buildToolsVersion "30.0.3" buildToolsVersion "32.0.0"
defaultConfig { defaultConfig {
applicationId "cc.winboll.studio.mymessagemanager" applicationId "cc.winboll.studio.mymessagemanager"
@ -29,7 +29,7 @@ android {
// versionName // versionName
// .winboll/winbollBuildProps.properties stageCount=0 // .winboll/winbollBuildProps.properties stageCount=0
// Gradle编译环境下合起来的 versionName "${versionName}.0" // Gradle编译环境下合起来的 versionName "${versionName}.0"
versionName "4.1" versionName "15.0"
if(true) { if(true) {
versionName = genVersionName("${versionName}") versionName = genVersionName("${versionName}")
} }
@ -44,6 +44,8 @@ android {
} }
dependencies { dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'cc.winboll.studio:winboll-shared:1.6.4' api 'cc.winboll.studio:winboll-shared:1.6.4'
api 'io.github.medyo:android-about-page:2.0.0' api 'io.github.medyo:android-about-page:2.0.0'
api 'com.github.getActivity:ToastUtils:10.5' api 'com.github.getActivity:ToastUtils:10.5'
@ -64,6 +66,4 @@ dependencies {
api 'com.google.android.material:material:1.0.0' api 'com.google.android.material:material:1.0.0'
api 'cc.winboll.studio:libaes:7.6.0' api 'cc.winboll.studio:libaes:7.6.0'
api fileTree(dir: 'libs', include: ['*.jar'])
} }

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sat Mar 01 14:11:49 HKT 2025 #Tue Mar 25 11:38:21 GMT 2025
stageCount=19 stageCount=0
libraryProject= libraryProject=
baseVersion=4.1 baseVersion=15.0
publishVersion=4.1.18 publishVersion=15.0.0
buildCount=0 buildCount=2
baseBetaVersion=4.1.19 baseBetaVersion=15.0.1