Remove warnings
This commit is contained in:
parent
cc8c8fb095
commit
36b9fe3927
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ android {
|
||||||
storePassword System.getenv("OSMAND_APK_PASSWORD")
|
storePassword System.getenv("OSMAND_APK_PASSWORD")
|
||||||
keyAlias "osmand"
|
keyAlias "osmand"
|
||||||
keyPassword System.getenv("OSMAND_APK_PASSWORD")
|
keyPassword System.getenv("OSMAND_APK_PASSWORD")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
@ -75,4 +76,4 @@ dependencies {
|
||||||
if (analytics) {
|
if (analytics) {
|
||||||
println "Apply GMS plugin"
|
println "Apply GMS plugin"
|
||||||
apply plugin: 'com.google.gms.google-services'
|
apply plugin: 'com.google.gms.google-services'
|
||||||
}
|
}
|
Loading…
Reference in a new issue