mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 11:11:45 +00:00
Syncthing-Fork: fix 1.21.0.3
This commit is contained in:
parent
918c760e9b
commit
806676c2ea
1 changed files with 7 additions and 11 deletions
|
|
@ -1828,23 +1828,19 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.21.0.3
|
- versionName: 1.21.0.3
|
||||||
versionCode: 1210003
|
versionCode: 1210003
|
||||||
disable: https://github.com/Catfriend1/syncthing-android/issues/919
|
commit: cd36410b83fda620ffe56b02711e5120489b88ff
|
||||||
commit: 03d8be22236e1cb464a63adc907c75a7338f608e
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y openjdk-11-jdk-headless
|
|
||||||
- update-alternatives --auto java
|
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm:
|
rm:
|
||||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/signingConfig/d' app/build.gradle
|
- sed -i -e '/signingConfig/d' build.gradle
|
||||||
- echo 'org.gradle.jvmargs=-Xmx4096m' >> gradle.properties
|
- sed -i -e '/executable/s/python/python3/' {../syncthing,.}/build.gradle
|
||||||
|
- echo 'org.gradle.jvmargs=-Xmx4096m' >> ../gradle.properties
|
||||||
preassemble:
|
preassemble:
|
||||||
- buildNative
|
- :syncthing:buildNative
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||||
|
|
@ -1854,7 +1850,7 @@ MaintainerNotes: |-
|
||||||
contains pre-generated data for testing and is thus not involved in the build
|
contains pre-generated data for testing and is thus not involved in the build
|
||||||
process.
|
process.
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||||
CurrentVersion: 1.21.0.3
|
CurrentVersion: 1.21.0.3
|
||||||
CurrentVersionCode: 1210003
|
CurrentVersionCode: 1210003
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue