Update com.github.catfriend1.syncthingandroid.yml

This commit is contained in:
Catfriend1 2019-07-30 11:15:40 +00:00 committed by relan
parent ba22dc0801
commit 9fab949e9a

View file

@ -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