Fix hw build
This commit is contained in:
parent
9cc9c3ca62
commit
b7e04acb7f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue