Update Tusky to 27.2 (129)

This commit is contained in:
F-Droid checkupdates bot 2025-01-18 04:45:20 +00:00 committed by Licaon_Kter
parent 3e7c06d9e2
commit bf52d3ef13

View file

@ -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