Update Wrotto to 0.6.1 (6)

This commit is contained in:
F-Droid checkupdates bot 2021-04-11 04:03:23 +00:00
parent c7deb742c5
commit dfa11bcad0

View file

@ -47,6 +47,21 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
- versionName: 0.6.1
versionCode: 6
commit: 0.6.1
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.
@ -54,5 +69,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/abhinavmarwaha/wrotto-app/main/version.txt|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 0.6.0
CurrentVersionCode: 5
CurrentVersion: 0.6.1
CurrentVersionCode: 6