mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 12:02:14 +00:00
Update Lalumo to 5.4 (35)
This commit is contained in:
parent
d65c6f601e
commit
47007f04e8
1 changed files with 25 additions and 2 deletions
|
|
@ -38,7 +38,30 @@ Builds:
|
||||||
gradleprops:
|
gradleprops:
|
||||||
- fdroid
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '5.3'
|
CurrentVersion: '5.4'
|
||||||
CurrentVersionCode: 34
|
CurrentVersionCode: 35
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue