Try to fix my firebase issues with dev builds

This commit is contained in:
Jobobby04 2020-07-13 13:48:53 -04:00
parent eaae98d072
commit 8c40e4d635

View File

@ -385,7 +385,7 @@ task copyResources(type: Copy) {
preBuild.dependsOn(ktlintFormat, copyResources)
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Standard")) {
if (!getGradle().getStartParameter().getTaskRequests().toString().contains("Debug")) {
apply plugin: 'com.google.gms.google-services'
// Firebase (EH)
apply plugin: 'io.fabric'