Remove warnings

This commit is contained in:
Victor Shcherb 2018-06-17 17:32:23 +02:00
parent cc8c8fb095
commit 36b9fe3927

View file

@ -16,6 +16,7 @@ android {
storePassword System.getenv("OSMAND_APK_PASSWORD")
keyAlias "osmand"
keyPassword System.getenv("OSMAND_APK_PASSWORD")
}
}
defaultConfig {
@ -75,4 +76,4 @@ dependencies {
if (analytics) {
println "Apply GMS plugin"
apply plugin: 'com.google.gms.google-services'
}
}