mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Change the test to apply Google Service plugin to be able to run sonar
This commit is contained in:
parent
9cdecced57
commit
20c8e8d922
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue