Explorar o código

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

Remove Firebase-core from the build
Andy Scherzinger %!s(int64=6) %!d(string=hai) anos
pai
achega
ca05284cda
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'
 }