mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update GraphHopper Maps to 2.0.3 (17)
This commit is contained in:
parent
b02b4b3ec6
commit
5a920ee858
1 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue