mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Tusky to 24.1 (117)
This commit is contained in:
parent
3ca9ead442
commit
e9222acaa4
1 changed files with 13 additions and 2 deletions
|
|
@ -631,8 +631,19 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '24.1'
|
||||
versionCode: 117
|
||||
commit: 3bea267407e80df0f6af384c6df0987deb779e2f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- blue
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: '24.0'
|
||||
CurrentVersionCode: 115
|
||||
CurrentVersion: '24.1'
|
||||
CurrentVersionCode: 117
|
||||
|
|
|
|||
Loading…
Reference in a new issue