瀏覽代碼

Revert "Remove unused Google Play Services plugin"

This reverts commit 5bc0dfd61637073e702b2235950f5be4de660362.
arkon 5 年之前
父節點
當前提交
10e7c96379
共有 1 個文件被更改,包括 4 次插入0 次删除
  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'
+}