Update Syncthing to 0.10.19 (4161)
This commit is contained in:
parent
cfb7d23319
commit
a81ba661fb
|
@ -748,7 +748,20 @@ Build:0.10.18,4160
|
|||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk=r15c
|
||||
|
||||
Build:0.10.19,4161
|
||||
commit=0.10.19
|
||||
submodules=yes
|
||||
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
|
||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
||||
tar xf go.tgz && \
|
||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk=r15c
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:0.10.18
|
||||
Current Version Code:4160
|
||||
Current Version:0.10.19
|
||||
Current Version Code:4161
|
||||
|
|
Loading…
Reference in a new issue