mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update The Life to 1.29.0 (20241208)
This commit is contained in:
parent
c64383172a
commit
16c45dd389
1 changed files with 27 additions and 2 deletions
|
|
@ -481,7 +481,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.29.0
|
||||
versionCode: 20241208
|
||||
commit: f8b0d578aa1786ee9c08ed61637188b67a69d953
|
||||
sudo:
|
||||
- rm -fr /opt/android-sdk/ndk/*
|
||||
- apt-get update
|
||||
- apt-get install -y git-lfs
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.24.5
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- snap
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.28.0
|
||||
CurrentVersionCode: 20241207
|
||||
CurrentVersion: 1.29.0
|
||||
CurrentVersionCode: 20241208
|
||||
|
|
|
|||
Loading…
Reference in a new issue