mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 05:25:43 +00:00
Update Tusky to 27.1 (128)
This commit is contained in:
parent
5ccd94892f
commit
5a2ea8f962
1 changed files with 14 additions and 2 deletions
|
|
@ -712,8 +712,20 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '27.1'
|
||||
versionCode: 128
|
||||
commit: c630c47744c760cc4a21d048cff92252d317a479
|
||||
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.0'
|
||||
CurrentVersionCode: 127
|
||||
CurrentVersion: '27.1'
|
||||
CurrentVersionCode: 128
|
||||
|
|
|
|||
Loading…
Reference in a new issue