小改动
This commit is contained in:
@@ -70,7 +70,7 @@ android {
|
|||||||
into releaseDir
|
into releaseDir
|
||||||
}
|
}
|
||||||
|
|
||||||
def downloadUrl = "http://thinkdisk.thinkbo.cn/src/web/dashboard/dashboardclient/${outputFileName}"
|
def downloadUrl = "http://thinkdisk.thinkbo.cn/src/web/dashboardclient/${outputFileName}"
|
||||||
genUpdateJson(downloadUrl, releaseDir, outputFileName, 'changelog.md', defaultConfig, variant)
|
genUpdateJson(downloadUrl, releaseDir, outputFileName, 'changelog.md', defaultConfig, variant)
|
||||||
|
|
||||||
File file = new File("${project.getProjectDir().path}/changelog.md")
|
File file = new File("${project.getProjectDir().path}/changelog.md")
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ author:
|
|||||||
2. $ {VERSION_CODE} (去掉空格),会自动替换实际修订号,比如 1.1.4.$ {VERSION_CODE}
|
2. $ {VERSION_CODE} (去掉空格),会自动替换实际修订号,比如 1.1.4.$ {VERSION_CODE}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### [1.0.2.17] - 2025.10.10
|
### [1.0.2.${VERSION_CODE}] - 2025.10.11
|
||||||
|
|
||||||
#### 文件下载
|
#### 文件下载
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user