Browse Source

Revert "Remove unused Google Play Services plugin"

This reverts commit 5bc0dfd61637073e702b2235950f5be4de660362.
arkon 5 years ago
parent
commit
10e7c96379
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/build.gradle

+ 4 - 0
app/build.gradle

@@ -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'
+}