Update Cartes IGN to 3.1.4 (30104)

This commit is contained in:
F-Droid checkupdates bot 2024-07-24 11:43:47 +00:00
parent b272474531
commit 880ebe782d

View file

@ -39,7 +39,29 @@ Builds:
scandelete:
- node_modules
- versionName: 3.1.4
versionCode: 30104
commit: 19e23f1712fd4b61479c9aff67e7d1af7ac635d5
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 ../..
- npm install --build-from-source
- npm run build
- npx cap sync
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 3.1.3
CurrentVersionCode: 30103
CurrentVersion: 3.1.4
CurrentVersionCode: 30104