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

android.settings.gradle.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
pluginManagement {
    repositories {
        gradlePluginPortal()
        google()
        mavenCentral()
    }
}

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
    }
}

rootProject.name = "{{artifactId}}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy