Compare commits
3 Commits
apputils-v
...
apputils-v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02e218ee88 | ||
|
|
5e54f0f4c7 | ||
|
|
76dabc9ef7 |
@@ -29,7 +29,7 @@ android {
|
||||
// versionName 更新后需要手动设置
|
||||
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||
versionName "15.0"
|
||||
versionName "15.2"
|
||||
if(true) {
|
||||
versionName = genVersionName("${versionName}")
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Fri Mar 28 20:25:11 HKT 2025
|
||||
stageCount=20
|
||||
#Sat Mar 29 08:48:13 HKT 2025
|
||||
stageCount=1
|
||||
libraryProject=libapputils
|
||||
baseVersion=15.0
|
||||
publishVersion=15.0.19
|
||||
baseVersion=15.2
|
||||
publishVersion=15.2.0
|
||||
buildCount=0
|
||||
baseBetaVersion=15.0.20
|
||||
baseBetaVersion=15.2.1
|
||||
|
||||
@@ -42,7 +42,7 @@ dependencies {
|
||||
// https://mvnrepository.com/artifact/com.android.support/recyclerview-v7
|
||||
api 'com.android.support:recyclerview-v7:28.0.0'
|
||||
|
||||
api 'cc.winboll.studio:libappbase:15.1.4'
|
||||
api 'cc.winboll.studio:libappbase:15.2.0'
|
||||
|
||||
// 二维码类库
|
||||
api 'com.google.zxing:core:3.4.1'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Fri Mar 28 20:25:11 HKT 2025
|
||||
stageCount=20
|
||||
#Sat Mar 29 08:48:13 HKT 2025
|
||||
stageCount=1
|
||||
libraryProject=libapputils
|
||||
baseVersion=15.0
|
||||
publishVersion=15.0.19
|
||||
baseVersion=15.2
|
||||
publishVersion=15.2.0
|
||||
buildCount=0
|
||||
baseBetaVersion=15.0.20
|
||||
baseBetaVersion=15.2.1
|
||||
|
||||
Reference in New Issue
Block a user