Update Paperless to 0.1.4 (16)

This commit is contained in:
F-Droid checkupdates bot 2022-12-13 14:33:18 +00:00
parent e60152e062
commit d7ce51c6d3

View file

@ -108,6 +108,20 @@ Builds:
- $$flutter$$/bin/flutter build apk
ndk: r21
- versionName: 0.1.4
versionCode: 16
commit: bf6c7ff36f8725fc270ff5e5962afc906b95268f
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.2
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter pub run build_runner build
- $$flutter$$/bin/flutter pub run download_translations.dart
- $$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.
@ -115,5 +129,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.2
CurrentVersionCode: 14
CurrentVersion: 0.1.4
CurrentVersionCode: 16