googlecodelabs / android-build-an-app-architecture-components

Other
266 stars 133 forks source link

Step 5 build.gradle snippet out of sync #2

Open jush opened 6 years ago

jush commented 6 years ago

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.