Update eu.bauerj.paperless_app to 0.1.2 (14)

This commit is contained in:
Johann Bauer 2022-02-26 16:55:41 +00:00 committed by linsui
parent acd7b368b6
commit 2bb9d688a0

View file

@ -109,6 +109,20 @@ Builds:
- $$flutter$$/bin/flutter build apk
ndk: r21
- versionName: 0.1.2
versionCode: 14
commit: c764afdec1e20079e4df07c55a407124f9d1ad2d
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.
@ -116,5 +130,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.1
CurrentVersionCode: 13
CurrentVersion: 0.1.2
CurrentVersionCode: 14