Browse Source

Merge pull request #3006 from nextcloud/mario-firebase-core-removal

Remove Firebase-core from the build
Andy Scherzinger 6 years ago
parent
commit
ca05284cda
1 changed files with 1 additions and 0 deletions
  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'
 }