diff --git a/build.gradle b/build.gradle index 11a843779b..728cf968d0 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ dependencies { compile 'com.googlecode.ez-vcard:ez-vcard:0.10.2' // uncomment for gplay, modified - compile 'com.google.android.gms:play-services:10.2.4' + //compile 'com.google.android.gms:play-services:10.2.4' compile 'org.parceler:parceler-api:1.1.6' annotationProcessor 'org.parceler:parceler:1.1.6' @@ -239,4 +239,4 @@ tasks.withType(Test) { } // uncomment for gplay, modified (must be at the bottom) -apply plugin: 'com.google.gms.google-services' \ No newline at end of file +//apply plugin: 'com.google.gms.google-services' \ No newline at end of file