mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
Update Tusky to 27.2 (129)
This commit is contained in:
parent
3e7c06d9e2
commit
bf52d3ef13
1 changed files with 14 additions and 2 deletions
|
|
@ -724,8 +724,20 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '27.2'
|
||||
versionCode: 129
|
||||
commit: 280f2f0a01df59ce765a7214f05055cc6109ce9a
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-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: '27.1'
|
||||
CurrentVersionCode: 128
|
||||
CurrentVersion: '27.2'
|
||||
CurrentVersionCode: 129
|
||||
|
|
|
|||
Loading…
Reference in a new issue