-
-
Save calincrist/2c4a3e192209c6dce81a13bdb6f47aeb to your computer and use it in GitHub Desktop.
This file contains 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
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