Skip to content
Snippets Groups Projects
Commit 854e2fd6 authored by Francesco's avatar Francesco
Browse files

6.5

parent 782ac211
Branches
Tags
No related merge requests found
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android { android {
compileSdkVersion 25 compileSdkVersion 25
...@@ -49,11 +48,6 @@ android { ...@@ -49,11 +48,6 @@ android {
outputFileName = "./${variant.versionName}/${variant.applicationId}_${variant.versionCode}_${formattedDate}.apk" 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 { dependencies {
compile 'com.squareup.okhttp3:okhttp:3.10.0' compile 'com.squareup.okhttp3:okhttp:3.10.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment