|
|
@ -196,3 +196,9 @@ dependencies { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
apply plugin: 'com.google.gms.google-services' |
|
|
|
apply plugin: 'com.google.gms.google-services' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
afterEvaluate { |
|
|
|
|
|
|
|
for (Task task : project.tasks.matching { it.name.startsWith('crashlyticsUploadDeobs') }) { |
|
|
|
|
|
|
|
task.enabled = false |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |