Update Paperless to 0.1.0 (12)

This commit is contained in:
F-Droid checkupdates bot 2022-01-29 04:20:48 +00:00
parent 0c81cdabb1
commit 6589874ca6

View file

@ -83,6 +83,19 @@ Builds:
- $$flutter$$/bin/flutter build apk
ndk: r21
- versionName: 0.1.0
versionCode: 12
commit: fe719240a97e67621e406d64923e2ca8c9679330
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.0.0
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.
@ -90,5 +103,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.0.11
CurrentVersionCode: 11
CurrentVersion: 0.1.0
CurrentVersionCode: 12