Compare commits

...

5 Commits

Author SHA1 Message Date
d0397fec5f Merge branch 'winboll' into powerbell 2026-01-10 10:59:42 +08:00
6a9199f1be 编译测试 2026-01-10 10:56:32 +08:00
89aefd6354 更新编译版本适配设置 2026-01-10 10:55:51 +08:00
ac206ba58d <powerbell>APK 15.14.49 release Publish. 2026-01-07 18:09:34 +08:00
1d36d69e52 更新基础类库版本 2026-01-07 18:08:01 +08:00
5 changed files with 17 additions and 18 deletions

View File

@@ -26,6 +26,7 @@ buildscript {
//mavenLocal()
}
dependencies {
// 适配MIUI12
classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@@ -83,7 +83,7 @@ dependencies {
//api 'androidx.fragment:fragment:1.1.0'
// WinBoLL库 nexus.winboll.cc 地址
api 'cc.winboll.studio:libaes:15.12.12'
api 'cc.winboll.studio:libaes:15.12.13'
api 'cc.winboll.studio:libappbase:15.14.2'
// WinBoLL备用库 jitpack.io 地址

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Jan 06 19:10:13 HKT 2026
stageCount=49
#Wed Jan 07 18:09:34 HKT 2026
stageCount=50
libraryProject=
baseVersion=15.14
publishVersion=15.14.48
publishVersion=15.14.49
buildCount=0
baseBetaVersion=15.14.49
baseBetaVersion=15.14.50

View File

@@ -18,16 +18,14 @@ def genVersionName(def versionName){
}
android {
// 适配MIUI12
compileSdkVersion 30
buildToolsVersion "30.0.3"
// 关键:改为你已安装的 SDK 32≥ targetSdkVersion 30兼容已安装环境
compileSdkVersion 32
// 直接使用已安装的构建工具 33.0.3(无需修改)
buildToolsVersion "33.0.3"
defaultConfig {
applicationId "cc.winboll.studio.winboll"
minSdkVersion 23
minSdkVersion 23
// 适配MIUI12
targetSdkVersion 30
versionCode 1
// versionName 更新后需要手动设置
@@ -92,12 +90,12 @@ dependencies {
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
// WinBoLL库 nexus.winboll.cc 地址
//api 'cc.winboll.studio:libaes:15.12.0'
//api 'cc.winboll.studio:libappbase:15.12.2'
api 'cc.winboll.studio:libaes:15.12.13'
api 'cc.winboll.studio:libappbase:15.14.2'
// WinBoLL备用库 jitpack.io 地址
api 'com.github.ZhanGSKen:AES:aes-v15.12.1'
api 'com.github.ZhanGSKen:APPBase:appbase-v15.12.2'
//api 'com.github.ZhanGSKen:AES:aes-v15.12.9'
//api 'com.github.ZhanGSKen:APPBase:appbase-v15.14.1'
api fileTree(dir: 'libs', include: ['*.jar'])
}

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Jan 06 06:07:46 GMT 2026
#Sat Jan 10 02:54:10 GMT 2026
stageCount=9
libraryProject=
baseVersion=15.11
publishVersion=15.11.8
buildCount=10
buildCount=13
baseBetaVersion=15.11.9