Update Paperless to 0.1.1 (13)

This commit is contained in:
F-Droid checkupdates bot 2022-02-12 04:29:29 +00:00
parent b60662fb9b
commit 435a6d4016

View file

@ -96,6 +96,19 @@ Builds:
- $$flutter$$/bin/flutter build apk
ndk: r21
- versionName: 0.1.1
versionCode: 13
commit: fa1acc3ff57be28545cc4961f166b87034161a02
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.8.1
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter pub run build_runner build
- $$flutter$$/bin/flutter build apk
ndk: r21
MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which
upstream has been built with differ to mouch.
@ -103,5 +116,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.0
CurrentVersionCode: 12
CurrentVersion: 0.1.1
CurrentVersionCode: 13