Remove unused Google Play Services plugin

This commit is contained in:
arkon 2020-03-02 21:25:55 -05:00
parent fef34dfe82
commit 5bc0dfd616

View File

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