mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update The Life to 1.34.0 (20250422)
This commit is contained in:
parent
31565ff3df
commit
a545324d89
1 changed files with 27 additions and 2 deletions
|
|
@ -606,7 +606,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.34.0
|
||||
versionCode: 20250422
|
||||
commit: a9a086b2465112e344c0dd30ee654de719dd34ed
|
||||
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.33.0
|
||||
CurrentVersionCode: 20250401
|
||||
CurrentVersion: 1.34.0
|
||||
CurrentVersionCode: 20250422
|
||||
|
|
|
|||
Loading…
Reference in a new issue