mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Syncthing-Lite to 2.0.0.1 (2000001)
This commit is contained in:
parent
599eddff69
commit
f6da189ae0
1 changed files with 14 additions and 2 deletions
|
|
@ -39,10 +39,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.0.1
|
||||
versionCode: 2000001
|
||||
commit: 54d24d76abc7c205c976e71ee08ad89dc572bded
|
||||
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:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
|
||||
CurrentVersion: 2.0.0.0
|
||||
CurrentVersionCode: 2000000
|
||||
CurrentVersion: 2.0.0.1
|
||||
CurrentVersionCode: 2000001
|
||||
|
|
|
|||
Loading…
Reference in a new issue