fix build.gradle
This commit is contained in:
parent
67771ecf02
commit
3abe272517
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue