All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.triplet.gradle.common.validation.MinDeps.kt Maven / Gradle / Ivy

Go to download

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.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)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy