Update Glider to 2.7.0 (48)

This commit is contained in:
F-Droid checkupdates bot 2023-12-12 15:58:42 +00:00
parent d68532a3f0
commit 6a5b97fc75

View file

@ -575,8 +575,37 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 2.7.0
versionCode: 48
commit: 06784335c28dda81e6948ca1cc0fe87abe5e8996
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.6.0
CurrentVersionCode: 47
CurrentVersion: 2.7.0
CurrentVersionCode: 48