Change the test to apply Google Service plugin to be able to run sonar

This commit is contained in:
Benoit Marty 2019-07-03 18:18:07 +02:00
parent 9cdecced57
commit 20c8e8d922
1 changed files with 1 additions and 1 deletions

View File

@ -251,6 +251,6 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
if (!getGradle().getStartParameter().getTaskRequests().toString().contains("Fdroid")) {
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Gplay")) {
apply plugin: 'com.google.gms.google-services'
}