diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index fce6390d5d..9d39810f75 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -6,7 +6,7 @@ SourceCode: https://github.com/Catfriend1/syncthing-android IssueTracker: https://github.com/Catfriend1/syncthing-android/issues Changelog: https://github.com/Catfriend1/syncthing-android/releases -AutoName: Syncthing-Fork (Catfriend1) +AutoName: Syncthing-Fork Summary: File synchronization Description: |- This is a fork of [[com.nutomic.syncthingandroid]] that brings major @@ -44,7 +44,24 @@ Builds: preassemble: - 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 UpdateCheckMode: Tags ^v[a-z0-9.]*$ -CurrentVersion: 0.14.50.rc2.5 -CurrentVersionCode: 4153 +CurrentVersion: 0.14.50.rc2.6 +CurrentVersionCode: 4154