Update Glider to 1.13.0 (32)

This commit is contained in:
F-Droid checkupdates bot 2021-11-21 04:23:52 +00:00
parent 49c87ac345
commit dbae0a3b0f

View file

@ -215,8 +215,28 @@ Builds:
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
- versionName: 1.13.0
versionCode: 32
commit: 09985680195348344d0b604264d2a53b98c64679
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.12.0
CurrentVersionCode: 31
CurrentVersion: 1.13.0
CurrentVersionCode: 32