diff --git a/metadata/com.graphhopper.maps.yml b/metadata/com.graphhopper.maps.yml index 7f0107f793..22e5adb130 100644 --- a/metadata/com.graphhopper.maps.yml +++ b/metadata/com.graphhopper.maps.yml @@ -123,7 +123,35 @@ Builds: - node_modules/ - graphhopper-maps/node_modules/ + - versionName: 1.0.4 + versionCode: 5 + commit: 878f3e26b67400d59c31fc43bdb3188fbf6b86b8 + subdir: android/app + submodules: true + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.xz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.xz + - echo "e134c8738761ab908aac3b62efa4865d8a7c73e40cc7758c6e99244921696216 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v16.2.0-linux-x64/. /usr/local/ + init: + - cd ../.. + - cp config.js graphhopper-maps/ + - cd graphhopper-maps + - npm install + - npm run build + - cd .. + - npm install + - npm run build + - npx cap sync + gradle: + - yes + scandelete: + - node_modules/ + - graphhopper-maps/node_modules/ + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.0.3 -CurrentVersionCode: 4 +CurrentVersion: 1.0.4 +CurrentVersionCode: 5