Update Butterfly to 1.4.0-alpha.0 (27)

This commit is contained in:
F-Droid checkupdates bot 2022-06-18 04:30:31 +00:00
parent 58bef349b6
commit ed0af4d8d9

View file

@ -410,8 +410,29 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
- versionName: 1.4.0-alpha.0
versionCode: 27
commit: 0df0737feec2d4ffe2b35a4c855bf58dccf96e5e
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.0.0
rm:
- app/ios
- app/linux
- app/macos
- app/web
- app/windows
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.+$
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.3.2
CurrentVersionCode: 26
CurrentVersion: 1.4.0-alpha.0
CurrentVersionCode: 27