mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Tusky to 18.0 (91)
This commit is contained in:
parent
9623237f7e
commit
5c8dc04982
1 changed files with 13 additions and 2 deletions
|
|
@ -442,8 +442,19 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '18.0'
|
||||
versionCode: 91
|
||||
commit: 20f3ec921f4040b1a1ca69ee89aa9f27b3561c2f
|
||||
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: '17.0'
|
||||
CurrentVersionCode: 89
|
||||
CurrentVersion: '18.0'
|
||||
CurrentVersionCode: 91
|
||||
|
|
|
|||
Loading…
Reference in a new issue