mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
Update GraphHopper Maps to 2.1.0 (19)
This commit is contained in:
parent
4d93dbfa98
commit
32d14ea514
1 changed files with 30 additions and 2 deletions
|
|
@ -424,7 +424,35 @@ Builds:
|
|||
- node_modules/
|
||||
- graphhopper-maps/node_modules/
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 19
|
||||
commit: f8c778e4ee25061ceb66c0d57f379bdfff04440a
|
||||
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.4
|
||||
CurrentVersionCode: 18
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 19
|
||||
|
|
|
|||
Loading…
Reference in a new issue