mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Dev-Doctor to 1.6.0 (15)
This commit is contained in:
parent
f627552ac2
commit
d576ea1ad3
1 changed files with 17 additions and 2 deletions
|
|
@ -56,8 +56,23 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 15
|
||||
commit: e6b36189ac48689300cbcbf6cf67a4351a5ddcd7
|
||||
subdir: app
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.0.5
|
||||
rm:
|
||||
- app/ios
|
||||
- app/web
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s'(.+)\+
|
||||
CurrentVersion: 1.5.2
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue