Revert "Remove unused Google Play Services plugin"
This reverts commit 5bc0dfd616
.
This commit is contained in:
parent
6c474daacd
commit
10e7c96379
1 changed files with 4 additions and 0 deletions
|
@ -274,3 +274,7 @@ androidExtensions {
|
|||
|
||||
preBuild.dependsOn(lintKotlin)
|
||||
lintKotlin.dependsOn(formatKotlin)
|
||||
|
||||
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Standard")) {
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
}
|
||||
|
|
Reference in a new issue