|
@@ -30,6 +30,7 @@ apply plugin: 'findbugs'
|
|
apply plugin: 'jacoco-android'
|
|
apply plugin: 'jacoco-android'
|
|
|
|
|
|
configurations.all {
|
|
configurations.all {
|
|
|
|
+ exclude group: 'com.google.firebase', module: 'firebase-core'
|
|
// check for updates every build
|
|
// check for updates every build
|
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
|
}
|
|
}
|