Skip to content

Instantly share code, notes, and snippets.

@ryanlntn
Created December 11, 2018 17:40
Show Gist options
  • Save ryanlntn/6317945a41d40d52c4674aa5b23f882e to your computer and use it in GitHub Desktop.
Save ryanlntn/6317945a41d40d52c4674aa5b23f882e to your computer and use it in GitHub Desktop.
Fix Could not find com.google.gms:google-services:4.0.2
buildscript {
repositories {
google()
jcenter()
// add this repo ftw
maven { url "https://dl.bintray.com/android/android-tools" }
}
dependencies {
classpath "com.android.tools.build:gradle:3.2.1"
classpath "com.google.gms:google-services:4.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment