Update GraphHopper Maps to 2.0.3 (17)

This commit is contained in:
F-Droid checkupdates bot 2024-06-24 06:18:48 +00:00
parent b02b4b3ec6
commit 5a920ee858

View file

@ -397,7 +397,35 @@ Builds:
- node_modules/
- graphhopper-maps/node_modules/
- versionName: 2.0.3
versionCode: 17
commit: 9032a10133b52651a4a1f24bf78def3b961c7177
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.0
CurrentVersionCode: 16
CurrentVersion: 2.0.3
CurrentVersionCode: 17