Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pranaypatel512/ab6e656a4ba76057f026c4ed32f3501e to your computer and use it in GitHub Desktop.
Save pranaypatel512/ab6e656a4ba76057f026c4ed32f3501e to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
// ...
apply plugin: 'com.google.firebase.appdistribution'
// ...
buildscript {
repositories {
google()
}
dependencies {
classpath 'com.google.gms:google-services:4.3.2' // Google Services plugin
classpath 'com.google.firebase:firebase-appdistribution-gradle:1.1.0'
}
}
// Add the following line to the bottom of the file:
apply plugin: 'com.google.gms.google-services' // Google Play services Gradle plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment