mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update My Leaf to 2.5.0 (219)
This commit is contained in:
parent
24940a0611
commit
dcfecfe91e
1 changed files with 18 additions and 2 deletions
|
|
@ -401,7 +401,23 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 219
|
||||
commit: 8ec4e237708745ab3219b53aa4539a3c77f86692
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.35.5
|
||||
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 ^f-droid
|
||||
CurrentVersion: 2.4.8
|
||||
CurrentVersionCode: 218
|
||||
CurrentVersion: 2.5.0
|
||||
CurrentVersionCode: 219
|
||||
|
|
|
|||
Loading…
Reference in a new issue