mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
Update Glider to 1.12.0 (31)
This commit is contained in:
parent
52924d05f5
commit
28888a32fc
1 changed files with 22 additions and 2 deletions
|
|
@ -195,8 +195,28 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
|
||||
|
||||
- versionName: 1.12.0
|
||||
versionCode: 31
|
||||
commit: 0e9d667f80e0e705b30027b9d7ebe67931665e95
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.7.0-3.1.pre
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.11.0
|
||||
CurrentVersionCode: 30
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 31
|
||||
|
|
|
|||
Loading…
Reference in a new issue