mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
Update Lalumo to 6.0 (37)
This commit is contained in:
parent
78b679e3ee
commit
559eeb5208
1 changed files with 25 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue