Update Wrotto to 0.6.0 (5)

This commit is contained in:
F-Droid checkupdates bot 2021-03-26 03:51:24 +00:00
parent 5746073bb2
commit 6826fe2b76

View file

@ -32,6 +32,21 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
- versionName: 0.6.0
versionCode: 5
commit: 0.6.0
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- flutter@1.22.5
rm:
- ios
- test
- .vscode
build:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which
upstream has been built (https://github.com/flutter/flutter/tree/1.22.5) with differ.
@ -39,5 +54,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/abhinavmarwaha/wrotto-app/main/version.txt|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 0.5.3
CurrentVersionCode: 4
CurrentVersion: 0.6.0
CurrentVersionCode: 5