mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 11:32:27 +00:00
Update GraphHopper Maps to 2.0.4 (18)
This commit is contained in:
parent
85e842fd54
commit
a1aff87bfc
1 changed files with 30 additions and 2 deletions
|
|
@ -396,7 +396,35 @@ Builds:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- graphhopper-maps/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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.0.3
|
CurrentVersion: 2.0.4
|
||||||
CurrentVersionCode: 17
|
CurrentVersionCode: 18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue