android-build-an-app-architecture-components
android-build-an-app-architecture-components copied to clipboard
Step 5 build.gradle snippet out of sync
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.