mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Syncthing-Fork to 1.20.1.0 (1200100)
This commit is contained in:
parent
8201b0ae9c
commit
2ffce4a71b
1 changed files with 21 additions and 2 deletions
|
|
@ -1769,6 +1769,25 @@ Builds:
|
|||
preassemble:
|
||||
- buildNative
|
||||
|
||||
- versionName: 1.20.1.0
|
||||
versionCode: 1200100
|
||||
commit: f7d5541e0f398e266e2a33e3ccb00e4d36708fc9
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig/d' app/build.gradle
|
||||
- echo 'org.gradle.jvmargs=-Xmx4096m' >> gradle.properties
|
||||
preassemble:
|
||||
- buildNative
|
||||
|
||||
MaintainerNotes: |-
|
||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||
pristine, as the version/release information is taken from git.
|
||||
|
|
@ -1779,5 +1798,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
CurrentVersion: 1.19.1.1
|
||||
CurrentVersionCode: 1190101
|
||||
CurrentVersion: 1.20.1.0
|
||||
CurrentVersionCode: 1200100
|
||||
|
|
|
|||
Loading…
Reference in a new issue