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'
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