Commit 6dbffd50 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #963 from calvin0x00/master

Fixed processDebugGoogleServices building error
parents 240ea468 a9378d75
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