Re-includes Firebase Crash Reporting in the google play build flavour.
This commit is contained in:
parent
4548ad66b1
commit
ec57f28d16
4 changed files with 70 additions and 0 deletions
|
@ -19,6 +19,10 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
google {}
|
||||
fdroid {}
|
||||
}
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
@ -60,4 +64,7 @@ dependencies {
|
|||
compile "android.arch.persistence.room:runtime:1.0.0-alpha3"
|
||||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha3"
|
||||
|
||||
googleCompile 'com.google.firebase:firebase-crash:10.0.1'
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
Loading…
Add table
Add a link
Reference in a new issue