Update GraphHopper Maps to 2.0.4 (18)

This commit is contained in:
F-Droid checkupdates bot 2024-07-07 06:19:10 +00:00
parent 85e842fd54
commit a1aff87bfc

View file

@ -396,7 +396,35 @@ Builds:
- node_modules/
- graphhopper-maps/node_modules/
- versionName: 2.0.4
versionCode: 18
commit: 48653727b0ba1c7bbfe13b79932e447efaa15327
subdir: android/app
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288
- apt-get update
- apt-get install npm
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: 2.0.3
CurrentVersionCode: 17
CurrentVersion: 2.0.4
CurrentVersionCode: 18