mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update tldr to 2.3.1 (9)
This commit is contained in:
parent
fdb524ab0f
commit
17837913b0
1 changed files with 19 additions and 2 deletions
|
|
@ -97,8 +97,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 9
|
||||
commit: ed407bb73652ad8afe3ebf43bc15183cc917d545
|
||||
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
|
||||
- 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.0
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue