Update Glider to 2.1.0 (42)

This commit is contained in:
F-Droid checkupdates bot 2023-10-26 17:51:23 +00:00
parent cc3b0996c5
commit 12705fef1a

View file

@ -401,8 +401,37 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 2.1.0
versionCode: 42
commit: 82e5cba45890e1d867d2979c8361bae5d3dddcf3
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- .github
- .vscode
- ios
- macos
prebuild:
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.0.0
CurrentVersionCode: 41
CurrentVersion: 2.1.0
CurrentVersionCode: 42