mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Paperless to 0.1.0 (12)
This commit is contained in:
parent
0c81cdabb1
commit
6589874ca6
1 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue