Update Glider to 1.12.0 (31)

This commit is contained in:
F-Droid checkupdates bot 2021-11-10 04:23:17 +00:00
parent 52924d05f5
commit 28888a32fc

View file

@ -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