Update GraphHopper Maps to 2.2.0 (20)

This commit is contained in:
F-Droid checkupdates bot 2024-12-18 04:07:58 +00:00 committed by Licaon_Kter
parent 0d1bac9931
commit 863c33526c

View file

@ -452,7 +452,35 @@ Builds:
- node_modules/
- graphhopper-maps/node_modules/
- versionName: 2.2.0
versionCode: 20
commit: 2c97a4b5c36c6377e0e94f7a41112a08f9b7fe29
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.1.0
CurrentVersionCode: 19
CurrentVersion: 2.2.0
CurrentVersionCode: 20