Gradle一键上传蒲公英

1、在app下的build.gradle引用

apply from: "${rootProject.rootDir}/pgyer-upload.gradle"

并在android {...}里添加

android.applicationVariants.all { variant ->
    String taskSuffix = variant.name.capitalize()
    if (taskSuffix.contains("Release")) {
        task("pgyerBuild${taskSuffix}") {
            dependsOn ":app:assemble${taskSuffix}"
            group 'build'
            description 'Custom task for gradle'
            doLast {
                variant.outputs.all { output ->
                    uploadApk(output.outputFile)
                }
            }
        }
    }
}

2、pgyer-upload.gradle的下载地址:https://download.csdn.net/download/a2855090/15482928

3、打开pgyer-upload文件需要修改pgyer_apiKey蒲公英的apikey,机器人地址等

4、编译gradle完成后,在studio的右侧Tasks->build找到pgyerBuildRelease点击编译

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值