mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Tusky to 16.0 (87)
This commit is contained in:
parent
525095a7a8
commit
9b866062c3
1 changed files with 13 additions and 2 deletions
|
|
@ -398,8 +398,19 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '16.0'
|
||||
versionCode: 87
|
||||
commit: fcc926570386e1c64504f679d5dc93e2aab2328a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- blue
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: '15.1'
|
||||
CurrentVersionCode: 83
|
||||
CurrentVersion: '16.0'
|
||||
CurrentVersionCode: 87
|
||||
|
|
|
|||
Loading…
Reference in a new issue