mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update PaperlessShare to 1.0.6 (1006)
This commit is contained in:
parent
ac6aa608db
commit
640a412d9f
1 changed files with 15 additions and 2 deletions
|
|
@ -27,8 +27,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.0.6
|
||||
versionCode: 1006
|
||||
commit: v1.0.6
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.4
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/qcasey/paperless_share/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 1005
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 1006
|
||||
|
|
|
|||
Loading…
Reference in a new issue