mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update tldr to 2.3.0 (8)
This commit is contained in:
parent
be18a6d96b
commit
fcc3d8c69e
1 changed files with 18 additions and 2 deletions
|
|
@ -80,8 +80,24 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
- versionName: 2.3.0
|
||||
versionCode: 8
|
||||
commit: c5d909b146b7a446042055a21bcff6823093e007
|
||||
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.5.3
|
||||
scanignore:
|
||||
- tldrdict/static/pages.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.2.0
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue