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")
|
||||
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'
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue