com.betomorrow.appcenter
Owner: Gauthier
Plugin to upload apk to AppCenter
https://github.com/oliviergauthier/gradle-appcenter-plugin
Sources: https://github.com/oliviergauthier/gradle-appcenter-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.betomorrow.appcenter") version "1.1.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.betomorrow.gradle:appcenter-plugin:1.1.11") } } apply(plugin = "com.betomorrow.appcenter")
- Applying plugins to all subprojects .