mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Butterfly to 1.6.0-alpha.1 (53)
This commit is contained in:
parent
1a046f2669
commit
a60efdcc68
1 changed files with 19 additions and 2 deletions
|
|
@ -418,8 +418,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||
|
||||
- versionName: 1.6.0-alpha.1
|
||||
versionCode: 53
|
||||
commit: 6bc8793a63636b783ef8bf297f094bb781167be3
|
||||
subdir: app
|
||||
output: build/app/outputs/flutter-apk/app-nightly-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 nightly
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.6.0-alpha.0
|
||||
CurrentVersionCode: 52
|
||||
CurrentVersion: 1.6.0-alpha.1
|
||||
CurrentVersionCode: 53
|
||||
|
|
|
|||
Loading…
Reference in a new issue