mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
Update tldr to 2.4.0 (10)
This commit is contained in:
parent
b6e840545a
commit
41c096280a
1 changed files with 15 additions and 2 deletions
|
|
@ -97,8 +97,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 10
|
||||
commit: 03a105f09d0f26396de83b616de63eeea830f469
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
scanignore:
|
||||
- tldrdict/static/pages.zip
|
||||
- tldrdict/static/allpages.zip
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue