소스 검색

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

Remove Firebase-core from the build
Andy Scherzinger 6 년 전
부모
커밋
ca05284cda
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'
 }