mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +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:
|
gradle:
|
||||||
- blue
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue