mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
Update Tusky to 29.0 (133)
This commit is contained in:
parent
717d307b5b
commit
5f930315c0
1 changed files with 14 additions and 2 deletions
|
|
@ -772,8 +772,20 @@ Builds:
|
|||
gradle:
|
||||
- blue
|
||||
|
||||
- versionName: '29.0'
|
||||
versionCode: 133
|
||||
commit: 4605398381f7ffd0f2ce0d20a550cd462ca4cbd0
|
||||
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: '28.0'
|
||||
CurrentVersionCode: 131
|
||||
CurrentVersion: '29.0'
|
||||
CurrentVersionCode: 133
|
||||
|
|
|
|||
Loading…
Reference in a new issue