Syncthing: Disable 0.10.15 and correct golang dependency
This commit is contained in:
parent
5c91c5d4dc
commit
f0df5656b0
|
|
@ -608,16 +608,19 @@ Build:0.10.2,4135
|
||||||
Build:0.10.4,4137
|
Build:0.10.4,4137
|
||||||
commit=0.10.4
|
commit=0.10.4
|
||||||
submodules=yes
|
submodules=yes
|
||||||
sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing
|
sudo=apt-get install -y golang-1.9-go/testing && \
|
||||||
|
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
||||||
gradle=yes
|
gradle=yes
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
ndk=r15c
|
ndk=r15c
|
||||||
preassemble=buildNative
|
preassemble=buildNative
|
||||||
|
|
||||||
Build:0.10.5,4138
|
Build:0.10.5,4138
|
||||||
|
disable=Contains breaking bug: https://github.com/syncthing/syncthing-android/issues/1032
|
||||||
commit=0.10.5
|
commit=0.10.5
|
||||||
submodules=yes
|
submodules=yes
|
||||||
sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing
|
sudo=apt-get install -y golang-1.9-go/testing && \
|
||||||
|
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
||||||
gradle=yes
|
gradle=yes
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
ndk=r15c
|
ndk=r15c
|
||||||
|
|
@ -625,5 +628,5 @@ Build:0.10.5,4138
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags ^[0-9.]*$
|
Update Check Mode:Tags ^[0-9.]*$
|
||||||
Current Version:0.10.5
|
Current Version:0.10.4
|
||||||
Current Version Code:4138
|
Current Version Code:4137
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue