mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 18:51:43 +00:00
Update Cartes IGN to 3.1.16 (30116)
This commit is contained in:
parent
dddb9f85ce
commit
8eb49a89ba
1 changed files with 27 additions and 2 deletions
|
|
@ -280,7 +280,32 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 3.1.16
|
||||||
|
versionCode: 30116
|
||||||
|
commit: 50f8f1f4d03e9f13331086c3726ee33ca4a1c20f
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make npm
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- android/app/build_google.gradle
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/gms/d' ../build.gradle
|
||||||
|
- sed -i -e '/geolocation/d' ../../package.json
|
||||||
|
- cd ../..
|
||||||
|
- echo R1BGX2tleT1GRHJvaWQtOWtwbHc4YW4K | base64 --decode > .env
|
||||||
|
- echo c2lnbmFsZW1lbnRfdXJsPWh0dHBzOi8vd3d3Lmdlb3BvcnRhaWwuZ291di5mci93cC1qc29uL3dwL3YyLwo=
|
||||||
|
| base64 --decode >> .env
|
||||||
|
- npm install --build-from-source
|
||||||
|
- npm run build
|
||||||
|
- npx cap sync
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.1.15
|
CurrentVersion: 3.1.16
|
||||||
CurrentVersionCode: 30115
|
CurrentVersionCode: 30116
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue