mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update Tusky to 30.0 (135)
This commit is contained in:
parent
a9219f9a18
commit
1bacc5bd5c
1 changed files with 14 additions and 2 deletions
|
|
@ -797,8 +797,20 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '30.0'
|
||||
versionCode: 135
|
||||
commit: c12951f7591315135d53b36733d374e34f143cc5
|
||||
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: '29.0'
|
||||
CurrentVersionCode: 133
|
||||
CurrentVersion: '30.0'
|
||||
CurrentVersionCode: 135
|
||||
|
|
|
|||
Loading…
Reference in a new issue