mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
update com.keylesspalace.tusky to v30 beta 1
This commit is contained in:
parent
d568268579
commit
64c0d879ee
1 changed files with 12 additions and 0 deletions
|
|
@ -785,6 +785,18 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: 30.0 beta 1
|
||||
versionCode: 134
|
||||
commit: v30.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