mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update GraphHopper Maps to 2.3.0 (21)
This commit is contained in:
parent
ea97ab24c5
commit
4d16888f6d
1 changed files with 30 additions and 2 deletions
|
|
@ -480,7 +480,35 @@ Builds:
|
|||
- node_modules/
|
||||
- graphhopper-maps/node_modules/
|
||||
|
||||
- versionName: 2.3.0
|
||||
versionCode: 21
|
||||
commit: e1019105ce2551488af4e1def3cb16fbffd2ca3b
|
||||
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.2.0
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 21
|
||||
|
|
|
|||
Loading…
Reference in a new issue