mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update My Leaf to 2.4.7 (217)
This commit is contained in:
parent
5de8e056cd
commit
dd54a0a92a
1 changed files with 18 additions and 2 deletions
|
|
@ -369,7 +369,23 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.4.7
|
||||
versionCode: 217
|
||||
commit: e7033abfd17fb7d6af0097e9863c0093c0560cb0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.24.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.6
|
||||
CurrentVersionCode: 216
|
||||
CurrentVersion: 2.4.7
|
||||
CurrentVersionCode: 217
|
||||
|
|
|
|||
Loading…
Reference in a new issue