fix build.gradle

This commit is contained in:
Erwan Croze 2017-03-02 17:50:54 +01:00
parent 67771ecf02
commit 3abe272517

View file

@ -26,10 +26,6 @@ buildscript {
} }
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
if (firebaseEnable()) {
apply plugin: 'com.google.gms.google-services'
}
dependencies { dependencies {
compile fileTree(dir: 'libs', include: '*.jar') compile fileTree(dir: 'libs', include: '*.jar')
@ -40,6 +36,10 @@ dependencies {
} }
} }
if (firebaseEnable()) {
apply plugin: 'com.google.gms.google-services'
}
android { android {
defaultConfig { defaultConfig {
compileSdkVersion 23 compileSdkVersion 23