Last active
June 16, 2016 08:19
-
-
Save sab99r/78340062aa66f7eae02060dce7e20069 to your computer and use it in GitHub Desktop.
Apply Google Services Plugin in app level build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add to the bottom of the file | |
apply plugin: 'com.google.gms.google-services' | |
//includes Firebase Analytics by default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment