Update Paperless to 0.0.10 (10)

This commit is contained in:
F-Droid checkupdates bot 2020-12-30 04:10:21 +00:00
parent d40bf62733
commit 129a8d5f38

View file

@ -56,6 +56,20 @@ Builds:
- $$flutter$$/bin/flutter pub run build_runner build - $$flutter$$/bin/flutter pub run build_runner build
- $$flutter$$/bin/flutter build apk - $$flutter$$/bin/flutter build apk
- versionName: 0.0.10
versionCode: 10
commit: 0.0.10
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
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
MaintainerNotes: |- MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which Builds will fail when the srclib ref of flutter and the version with which
upstream has been built with differ to mouch. upstream has been built with differ to mouch.
@ -63,5 +77,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v AutoUpdateMode: Version %v
UpdateCheckMode: HTTP UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/bauerj/paperless_app/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ UpdateCheckData: https://github.com/bauerj/paperless_app/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.0.9 CurrentVersion: 0.0.10
CurrentVersionCode: 9 CurrentVersionCode: 10