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