mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Butterfly to 1.4.2 (39)
This commit is contained in:
parent
25ed32124e
commit
1923945b8c
1 changed files with 23 additions and 2 deletions
|
|
@ -539,8 +539,29 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor production
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 39
|
||||
commit: 3f7585f80c48b53bc603d9c25d06b23b9f6828ac
|
||||
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-production-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.3
|
||||
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.4.1
|
||||
CurrentVersionCode: 38
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 39
|
||||
|
|
|
|||
Loading…
Reference in a new issue