Fix hw gradle build

This commit is contained in:
max-klaus 2020-10-06 14:03:20 +03:00
parent 762b1b0692
commit 21c6358b58
2 changed files with 1 additions and 1 deletions

View file

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

BIN
OsmAnd/osmand_hw_key Normal file

Binary file not shown.