com.github.triplet.gradle.common.utils.Constants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-utils Show documentation
Show all versions of common-utils Show documentation
Gradle Play Publisher is a plugin that allows you to upload your App Bundle or APK and other app details to the Google Play Store.
The newest version!
package com.github.triplet.gradle.common.utils
/** The plugin's non user-facing name. */
const val PLUGIN_NAME: String = "gradle-play-publisher"
/** The plugin's Gradle task group. */
const val PLUGIN_GROUP: String = "Publishing"