Fix hw build

This commit is contained in:
max-klaus 2020-10-06 14:57:37 +03:00
parent 9cc9c3ca62
commit b7e04acb7f

View file

@ -291,7 +291,7 @@ task downloadWorldMiniBasemap {
task setupHuaweiConfig {
doLast {
if (System.getenv("HUAWEI_SDK_JSON")) {
new File("OsmAnd/agconnect-services.json").text = System.getenv("HUAWEI_SDK_JSON")
file("agconnect-services.json").text = System.getenv("HUAWEI_SDK_JSON")
}
}
}