Wednesday 10 October 2018

Add maven google link in android studio project build.gradle

]

Example :

allprojects {
    repositories {
        jcenter()

-------------------------------------------
        maven {
            url 'https://maven.google.com/'
            name 'Google'
        }
-------------------------------------------

    }
}

No comments:

Post a Comment