Disable firebase

This commit is contained in:
Mario Đanić 2019-02-17 13:29:27 +01:00 committed by GitHub
parent 6a34cf4d2c
commit 8554770ad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,9 @@ apply plugin: 'jacoco-android'
configurations.all {
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
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}