Преглед изворни кода

Remove Firebase-core from the build

Mario Đanić пре 6 година
родитељ
комит
3168dc779a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -30,6 +30,7 @@ apply plugin: 'findbugs'
 apply plugin: 'jacoco-android'
 
 configurations.all {
+    exclude group: 'com.google.firebase', module: 'firebase-core'
     // check for updates every build
     resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
 }