mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update eu.bauerj.paperless_app to 0.1.2 (14)
This commit is contained in:
parent
acd7b368b6
commit
2bb9d688a0
1 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue