mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Glider to 1.17.0 (37)
This commit is contained in:
parent
a25816e633
commit
4c78ce1079
1 changed files with 26 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue