Update GraphHopper Maps to 1.2.0 (8)

This commit is contained in:
F-Droid checkupdates bot 2023-08-12 06:27:08 +00:00
parent 9f923e0704
commit 834ffb8ca0

View file

@ -213,7 +213,38 @@ Builds:
- node_modules/
- graphhopper-maps/node_modules/
- versionName: 1.2.0
versionCode: 8
commit: c0669d85b6ef6b9b69a1801410324048b4eb7da9
subdir: android/app
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288
- apt-get update
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.1/node-v16.20.1-linux-x64.tar.gz
- echo "c76d2aabd2d02542505fd24e18876fb8515e23638531249277272def42ab54e3 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- cd ../..
- cp config.js graphhopper-maps/
- cd graphhopper-maps
- rm -rf node_modules
- npm install
- npm run fdroid
- mv dist/bundle.*.js dist/bundle.js
- cd ..
- npm install
- npm run build
- cp config.js dist/
- npx cap sync
gradle:
- yes
scandelete:
- node_modules/
- graphhopper-maps/node_modules/
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.1.0
CurrentVersionCode: 7
CurrentVersion: 1.2.0
CurrentVersionCode: 8