mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Nextcloud Cookbook to 0.5.0 (17)
This commit is contained in:
parent
d4a77fe5ab
commit
ac5292fa59
1 changed files with 17 additions and 2 deletions
|
|
@ -45,8 +45,23 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 17
|
||||
commit: 0.5.0
|
||||
subdir: android/app
|
||||
output: ../../build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.4
|
||||
rm:
|
||||
- ios
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Teifun2/nextcloud-cookbook-flutter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 16
|
||||
CurrentVersion: 0.5.0
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue