io.github.angrycitizen.appcenter
所有者: ISS
将apk/aab上传到AppCenter的插件
https://github.com/angrycitizen/appcenter-gradle-plugin
源代码: https://github.com/angrycitizen/appcenter-gradle-plugin
使用插件 DSL
plugins {
id("io.github.angrycitizen.appcenter") version "1.1.0"
}
使用旧插件的 应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.angrycitizen:appcenter-plugin:1.1.0")
}
}
apply(plugin = "io.github.angrycitizen.appcenter")