mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Syncthing-Fork to 1.20.3.0 (1200300)
This commit is contained in:
parent
45172ac1fd
commit
83706eca47
1 changed files with 21 additions and 2 deletions
|
|
@ -1789,6 +1789,25 @@ Builds:
|
|||
preassemble:
|
||||
- buildNative
|
||||
|
||||
- versionName: 1.20.3.0
|
||||
versionCode: 1200300
|
||||
commit: 6f63d3c6d12eabfc2a2db8a2b251c581f6d0417d
|
||||
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.
|
||||
|
|
@ -1799,5 +1818,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
CurrentVersion: 1.20.1.0
|
||||
CurrentVersionCode: 1200100
|
||||
CurrentVersion: 1.20.3.0
|
||||
CurrentVersionCode: 1200300
|
||||
|
|
|
|||
Loading…
Reference in a new issue