mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +03:00
Disable firebase
This commit is contained in:
parent
6a34cf4d2c
commit
8554770ad0
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ apply plugin: 'jacoco-android'
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
exclude group: 'com.google.firebase', module: 'firebase-core'
|
exclude group: 'com.google.firebase', module: 'firebase-core'
|
||||||
|
exclude group: 'com.google.firebase', module: 'firebase-analytics'
|
||||||
|
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
|
||||||
|
|
||||||
// check for updates every build
|
// check for updates every build
|
||||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue