Commit 592af512 authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix "google-services plugin could not detect any version for...

fix "google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used."
parent f28e2234
......@@ -25,8 +25,6 @@ buildscript {
configurations.classpath.exclude group: 'com.android.tools.external.lombok'
}
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
......@@ -115,3 +113,5 @@ dependencies {
compile 'frankiesardo:icepick:3.2.0'
provided 'frankiesardo:icepick-processor:3.2.0'
}
apply plugin: 'com.google.gms.google-services'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment