Commit 5f073ee3 authored by tongzifang's avatar tongzifang

add legu protect apk

parent 05ea4151
......@@ -257,7 +257,7 @@ task hot{
}
group 'com.qmai.android.plugin'
version '1.110.22'
version '1.110.23'
gradlePublish {
......
......@@ -90,7 +90,7 @@ class OssUploadTask extends DefaultTask {
def downloadUrl = "https://files.qmai.cn/$ossPath$fileName"
def qrDownloadUrl = "https://cli.im/api/qrcode/code?text=${downloadUrl}"
def content = "${appName.isEmpty() ? file.name : appName}: " +
"下载地址为: https://files.qmai.cn/$ossPath$fileName\n" +
"OSS下载地址为: https://files.qmai.cn/$ossPath$fileName\n" +
"二维码地址:$qrDownloadUrl\n" +
"当前环境: $buildType\n" +
"目标cpu: $flavor\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment