mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Syncthing-Lite to 2.0.0.0 (2000000)
This commit is contained in:
parent
368b4a53da
commit
a623e32e9f
1 changed files with 14 additions and 2 deletions
|
|
@ -27,10 +27,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.0.0
|
||||
versionCode: 2000000
|
||||
commit: 6fa06f71f5f84c742f07d058f601851d8145661f
|
||||
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: 1.30.0.0
|
||||
CurrentVersionCode: 1300000
|
||||
CurrentVersion: 2.0.0.0
|
||||
CurrentVersionCode: 2000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue