Skip to content

Instantly share code, notes, and snippets.

@tizisdeepan
Last active May 2, 2020 03:09
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 tizisdeepan/56cd36f95dc48b925e949e1b70c1d8de to your computer and use it in GitHub Desktop.
Save tizisdeepan/56cd36f95dc48b925e949e1b70c1d8de to your computer and use it in GitHub Desktop.
Firebase App Distribution gradle file
apply plugin: 'com.android.application'
apply plugin: 'com.google.firebase.appdistribution'
buildscript {
repositories {
google()
}
dependencies {
classpath 'com.google.firebase:firebase-appdistribution-gradle:1.4.0'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment