ソースを参照

Remove unused Google Play Services plugin

arkon 5 年 前
コミット
5bc0dfd616
1 ファイル変更0 行追加4 行削除
  1. 0 4
      app/build.gradle

+ 0 - 4
app/build.gradle

@@ -269,7 +269,3 @@ androidExtensions {
 
 preBuild.dependsOn(lintKotlin)
 lintKotlin.dependsOn(formatKotlin)
-
-if (getGradle().getStartParameter().getTaskRequests().toString().contains("Standard")) {
-    apply plugin: 'com.google.gms.google-services'
-}