mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Butterfly to 1.6.1 (58)
This commit is contained in:
parent
88ea3906fe
commit
bc109f4616
1 changed files with 19 additions and 2 deletions
|
|
@ -657,8 +657,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor production
|
||||
|
||||
- versionName: 1.6.1
|
||||
versionCode: 58
|
||||
commit: 13c6348889f8edc30d54fe7b4c76a52430ea7bc8
|
||||
subdir: app
|
||||
output: build/app/outputs/flutter-apk/app-production-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.2
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor production
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 57
|
||||
CurrentVersion: 1.6.1
|
||||
CurrentVersionCode: 58
|
||||
|
|
|
|||
Loading…
Reference in a new issue