Compare commits
5 Commits
aes-v15.0.
...
aes-v15.2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1891c24d4f | ||
|
|
892f9f0d6c | ||
|
|
a374d1aada | ||
|
|
b9d2778e11 | ||
|
|
43a91575d5 |
@@ -29,7 +29,7 @@ android {
|
|||||||
// versionName 更新后需要手动设置
|
// versionName 更新后需要手动设置
|
||||||
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
||||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||||
versionName "15.0"
|
versionName "15.2"
|
||||||
if(true) {
|
if(true) {
|
||||||
versionName = genVersionName("${versionName}")
|
versionName = genVersionName("${versionName}")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 29 08:37:50 HKT 2025
|
#Sat Mar 29 08:57:30 HKT 2025
|
||||||
stageCount=9
|
stageCount=1
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.0
|
baseVersion=15.2
|
||||||
publishVersion=15.0.8
|
publishVersion=15.2.0
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.0.9
|
baseBetaVersion=15.2.1
|
||||||
|
|||||||
@@ -51,6 +51,6 @@ dependencies {
|
|||||||
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
||||||
//api 'androidx.fragment:fragment:1.1.0'
|
//api 'androidx.fragment:fragment:1.1.0'
|
||||||
|
|
||||||
api 'cc.winboll.studio:libappbase:15.1.4'
|
api 'cc.winboll.studio:libappbase:15.2.0'
|
||||||
api 'cc.winboll.studio:libapputils:15.0.19'
|
api 'cc.winboll.studio:libapputils:15.2.0'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 29 08:37:50 HKT 2025
|
#Sat Mar 29 08:57:30 HKT 2025
|
||||||
stageCount=9
|
stageCount=1
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.0
|
baseVersion=15.2
|
||||||
publishVersion=15.0.8
|
publishVersion=15.2.0
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.0.9
|
baseBetaVersion=15.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user