mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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…
Add table
Reference in a new issue