Update Lalumo to 6.0 (37)

This commit is contained in:
checkupdates bot 2025-11-11 05:14:58 +00:00 committed by Licaon_Kter
parent 78b679e3ee
commit 559eeb5208

View file

@ -61,7 +61,30 @@ Builds:
gradleprops:
- fdroid
- versionName: '6.0'
versionCode: 37
commit: d4e4c2ccc8ff3d67d63ac675557d1c6cd3c623d9
subdir: android/app
sudo:
- apt-get update
- apt-get install -y npm
gradle:
- yes
prebuild:
- pushd ../..
- npm install --build-from-source
- mkdir -p app/images/backgrounds
- cp -r public/images/backgrounds/* app/images/backgrounds/
- mkdir -p android/app/capacitor-cordova-android-plugins
- echo "// Empty cordova variables" > android/app/capacitor-cordova-android-plugins/cordova.variables.gradle
- bash mobile-build.sh
- popd
scandelete:
- node_modules
gradleprops:
- fdroid
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '5.4'
CurrentVersionCode: 35
CurrentVersion: '6.0'
CurrentVersionCode: 37