From 3abe2725175b01596fdf66635514b61dc1d0ef4a Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Thu, 2 Mar 2017 17:50:54 +0100 Subject: [PATCH] fix build.gradle --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ec3ac650f..402368a6c 100644 --- a/build.gradle +++ b/build.gradle @@ -26,10 +26,6 @@ buildscript { } apply plugin: 'com.android.application' -if (firebaseEnable()) { - apply plugin: 'com.google.gms.google-services' -} - dependencies { compile fileTree(dir: 'libs', include: '*.jar') @@ -40,6 +36,10 @@ dependencies { } } +if (firebaseEnable()) { + apply plugin: 'com.google.gms.google-services' +} + android { defaultConfig { compileSdkVersion 23