mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Paperless to 0.0.10 (10)
This commit is contained in:
parent
d40bf62733
commit
129a8d5f38
1 changed files with 16 additions and 2 deletions
|
|
@ -56,6 +56,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build
|
||||
- $$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: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ to mouch.
|
||||
|
|
@ -63,5 +77,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/bauerj/paperless_app/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.0.9
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: 0.0.10
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue