Skip to content

Instantly share code, notes, and snippets.

@calincrist
Created April 15, 2020 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calincrist/2c4a3e192209c6dce81a13bdb6f47aeb to your computer and use it in GitHub Desktop.
Save calincrist/2c4a3e192209c6dce81a13bdb6f47aeb to your computer and use it in GitHub Desktop.
dependencies {
// …
implementation 'com.google.firebase:firebase-analytics:17.2.0' // ←-
// …
}
// …
apply plugin: 'com.android.application' // ←-
apply plugin: 'com.google.gms.google-services' // ←-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment