Update Lalumo to 5.4 (35)

This commit is contained in:
checkupdates bot 2025-09-13 05:35:29 +00:00 committed by Licaon_Kter
parent d65c6f601e
commit 47007f04e8

View file

@ -38,7 +38,30 @@ Builds:
gradleprops:
- fdroid
- versionName: '5.4'
versionCode: 35
commit: 20988f66c5fecac2677fbddd17cd594c0f2b7e67
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.3'
CurrentVersionCode: 34
CurrentVersion: '5.4'
CurrentVersionCode: 35