From 854e2fd6ea8feca1f5f735b5756e4b932f0fc8de Mon Sep 17 00:00:00 2001
From: Francesco <franzbianconero@gmail.com>
Date: Sun, 18 Mar 2018 13:42:19 +0100
Subject: [PATCH] 6.5

---
 app/build.gradle | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index b525311..e1a5b5d 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,5 +1,4 @@
 apply plugin: 'com.android.application'
-apply plugin: 'com.google.gms.google-services'
 android {
 
     compileSdkVersion 25
@@ -49,11 +48,6 @@ android {
             outputFileName = "./${variant.versionName}/${variant.applicationId}_${variant.versionCode}_${formattedDate}.apk"
         }
     }
-
-    configurations {
-        all*.exclude group: 'com.google.firebase', module: 'firebase-core'
-        all*.exclude group: 'com.google.firebase', module: 'firebase-iid'
-    }
 }
 dependencies {
     compile 'com.squareup.okhttp3:okhttp:3.10.0'
-- 
GitLab