mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update The Life to 1.28.0 (20241207)
This commit is contained in:
parent
479ef4ad19
commit
78b22cce02
1 changed files with 27 additions and 2 deletions
|
|
@ -456,7 +456,32 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: 21.0.6113669
|
||||
|
||||
- versionName: 1.28.0
|
||||
versionCode: 20241207
|
||||
commit: aeb0f1e57a238713eed9ff890f7ad6e45b27ca7b
|
||||
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.27.3
|
||||
CurrentVersionCode: 20240725
|
||||
CurrentVersion: 1.28.0
|
||||
CurrentVersionCode: 20241207
|
||||
|
|
|
|||
Loading…
Reference in a new issue