Add build trace info

This commit is contained in:
Victor Shcherb 2016-11-10 15:38:15 +01:00
parent db791779d5
commit 169679a86b

View file

@ -370,5 +370,6 @@ dependencies {
}
if(System.getenv("APP_FEATURES") && System.getenv("APP_FEATURES").contains("+play_market") &&
System.getenv("PACKAGE_TO_BUILT").equals("net.osmand")) {
println "Apply GMS plugin"
apply plugin: 'com.google.gms.google-services'
}