ソースを参照

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