mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Cartes IGN to 3.2.6 (30206)
This commit is contained in:
parent
2d5d4972b6
commit
eaf61e4748
1 changed files with 27 additions and 2 deletions
|
|
@ -555,7 +555,32 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 3.2.6
|
||||
versionCode: 30206
|
||||
commit: 67c8258e17a85a0b8b86a704b5131094feebd3ef
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.2.3
|
||||
CurrentVersionCode: 30203
|
||||
CurrentVersion: 3.2.6
|
||||
CurrentVersionCode: 30206
|
||||
|
|
|
|||
Loading…
Reference in a new issue