mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
update com.keylesspalace.tusky to v29 beta 1
This commit is contained in:
parent
464f0d9559
commit
20ce41a996
1 changed files with 12 additions and 0 deletions
|
|
@ -760,6 +760,18 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: 29.0 beta 1
|
||||
versionCode: 132
|
||||
commit: v29.0-beta.1
|
||||
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.]+)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue