android-build-an-app-architecture-components icon indicating copy to clipboard operation
android-build-an-app-architecture-components copied to clipboard

Step 5 build.gradle snippet out of sync

Open jush opened this issue 8 years ago • 0 comments

In Step 5 towards the end there's the following snippet:

allprojects {
    repositories {
        jcenter()
        maven { url 'https://maven.google.com' }
    }
}

but this repository build.gradle uses the short version google(). That might be confusing.

jush avatar Sep 15 '17 10:09 jush