mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
update com.keylesspalace.tusky to version 28.0 beta 1
This commit is contained in:
parent
49f164be16
commit
d48af9508f
1 changed files with 12 additions and 0 deletions
|
|
@ -736,6 +736,18 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: 28.0 beta 1
|
||||
versionCode: 130
|
||||
commit: v28.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