Update Glider to 1.17.0 (37)

This commit is contained in:
F-Droid checkupdates bot 2022-07-23 04:26:47 +00:00
parent a25816e633
commit 4c78ce1079

View file

@ -299,8 +299,32 @@ Builds:
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter build apk
- versionName: 1.17.0
versionCode: 37
commit: 7da437dd37c153259655e3a43bc11c372df4aa89
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.11.0-0.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
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.16.1
CurrentVersionCode: 36
CurrentVersion: 1.17.0
CurrentVersionCode: 37