com.github.triplet.gradle.common.validation.MinDeps.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-validation Show documentation
Show all versions of common-validation 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.
package com.github.triplet.gradle.common.validation
import com.android.build.api.AndroidPluginVersion
import org.gradle.util.GradleVersion
internal val MIN_GRADLE_VERSION = GradleVersion.version("7.0.2")
internal val MIN_AGP_VERSION = AndroidPluginVersion(7, 0)