mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update Glider to 2.0.0 (41)
This commit is contained in:
parent
d954c26b39
commit
33f89ca6c6
1 changed files with 22 additions and 2 deletions
|
|
@ -372,8 +372,28 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 41
|
||||
commit: 6a509c93b69f87dcddb6f4caa3598fe738ab62ef
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.4
|
||||
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.18.1
|
||||
CurrentVersionCode: 40
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 41
|
||||
|
|
|
|||
Loading…
Reference in a new issue