Commit a9378d75 authored by calvin0x00's avatar calvin0x00 Committed by GitHub

Fixed processDebugGoogleServices building error

1. Move the google-services plugin to the bottom to avoid a building time error
2. Error message: app:processDebugGoogleServices FAILED
parent 240ea468
apply plugin: "com.android.application"
apply plugin: "com.google.gms.google-services"
import com.android.build.OutputFile
......@@ -145,3 +144,5 @@ task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}
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