mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update The Life to 1.31.0 (20250212)
This commit is contained in:
parent
03866356c7
commit
8d11b57f41
1 changed files with 27 additions and 2 deletions
|
|
@ -531,7 +531,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.31.0
|
||||
versionCode: 20250212
|
||||
commit: 0a69979ed8b160ff58ce52747052e9abcc41d6e5
|
||||
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.30.0
|
||||
CurrentVersionCode: 20250128
|
||||
CurrentVersion: 1.31.0
|
||||
CurrentVersionCode: 20250212
|
||||
|
|
|
|||
Loading…
Reference in a new issue