From 9fab949e9a836aecb190c55730ed253d0c3e0603 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 30 Jul 2019 11:15:40 +0000 Subject: [PATCH] Update com.github.catfriend1.syncthingandroid.yml --- ...com.github.catfriend1.syncthingandroid.yml | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index 13c03cb3e4..12e99b5830 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -1,7 +1,7 @@ Categories: - Internet License: MPL-2.0 -WebSite: https://github.com/Catfriend1/syncthing-android +WebSite: https://github.com/Catfriend1/syncthing-android/wiki SourceCode: https://github.com/Catfriend1/syncthing-android IssueTracker: https://github.com/Catfriend1/syncthing-android/issues Translation: https://www.transifex.com/catfriend1/syncthing-android-1 @@ -864,7 +864,25 @@ Builds: - PATH="$PWD/go/bin:$PATH" gradle buildNative ndk: r19c + - versionName: 1.2.0.8 + versionCode: 1020008 + commit: v1.2.0.8 + submodules: true + 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.12.1.linux-amd64.tar.gz + - echo '2a3fdabf665496a0db5f41ec6af7a9b15a49fbe71a85a50ca38b1f13a103aeec go.tgz' + | shasum -c - + - tar xf go.tgz + - PATH="$PWD/go/bin:$PATH" gradle buildNative + ndk: r19c + AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v[a-z0-9.]*$ -CurrentVersion: 1.1.4.1 -CurrentVersionCode: 1010401 +CurrentVersion: 1.2.0.8 +CurrentVersionCode: 1020008