Skip to content

Instantly share code, notes, and snippets.

@krizzu
Last active October 12, 2017 18:29
Show Gist options
  • Save krizzu/7a89e8a1ebe0f291f7cfcdcfbf887573 to your computer and use it in GitHub Desktop.
Save krizzu/7a89e8a1ebe0f291f7cfcdcfbf887573 to your computer and use it in GitHub Desktop.
dependencies {
// Add to dependencies
compile(project(':react-native-firebase')) {
transitive = false
}
compile "com.google.firebase:firebase-core:11.4.2"
// If you are receiving Google Play API availability issues, add the following dependency
compile "com.google.android.gms:play-services-base:11.4.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment