Update Syncthing-Fork to 0.14.50.rc2.6 (4154)
This commit is contained in:
parent
02f9c1d723
commit
7ca629fa73
|
@ -6,7 +6,7 @@ SourceCode: https://github.com/Catfriend1/syncthing-android
|
||||||
IssueTracker: https://github.com/Catfriend1/syncthing-android/issues
|
IssueTracker: https://github.com/Catfriend1/syncthing-android/issues
|
||||||
Changelog: https://github.com/Catfriend1/syncthing-android/releases
|
Changelog: https://github.com/Catfriend1/syncthing-android/releases
|
||||||
|
|
||||||
AutoName: Syncthing-Fork (Catfriend1)
|
AutoName: Syncthing-Fork
|
||||||
Summary: File synchronization
|
Summary: File synchronization
|
||||||
Description: |-
|
Description: |-
|
||||||
This is a fork of [[com.nutomic.syncthingandroid]] that brings major
|
This is a fork of [[com.nutomic.syncthingandroid]] that brings major
|
||||||
|
@ -44,7 +44,24 @@ Builds:
|
||||||
preassemble:
|
preassemble:
|
||||||
- buildNative
|
- buildNative
|
||||||
|
|
||||||
|
- versionName: 0.14.50.rc2.6
|
||||||
|
versionCode: 4154
|
||||||
|
commit: v0.14.50.rc2.6
|
||||||
|
submodules: true
|
||||||
|
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
|
||||||
|
rm:
|
||||||
|
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||||
|
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
|
||||||
|
ndk: r15c
|
||||||
|
preassemble:
|
||||||
|
- buildNative
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||||
CurrentVersion: 0.14.50.rc2.5
|
CurrentVersion: 0.14.50.rc2.6
|
||||||
CurrentVersionCode: 4153
|
CurrentVersionCode: 4154
|
||||||
|
|
Loading…
Reference in a new issue