mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Merge branch 'rem0.10.5' into 'master'
Syncthing: Disable 0.10.15 and correct golang dependency See merge request fdroid/fdroiddata!3000
This commit is contained in:
commit
5f71a50f42
1 changed files with 7 additions and 4 deletions
|
|
@ -608,16 +608,19 @@ Build:0.10.2,4135
|
|||
Build:0.10.4,4137
|
||||
commit=0.10.4
|
||||
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
|
||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
ndk=r15c
|
||||
preassemble=buildNative
|
||||
|
||||
Build:0.10.5,4138
|
||||
disable=Contains breaking bug: https://github.com/syncthing/syncthing-android/issues/1032
|
||||
commit=0.10.5
|
||||
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
|
||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
ndk=r15c
|
||||
|
|
@ -625,5 +628,5 @@ Build:0.10.5,4138
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:0.10.5
|
||||
Current Version Code:4138
|
||||
Current Version:0.10.4
|
||||
Current Version Code:4137
|
||||
|
|
|
|||
Loading…
Reference in a new issue