Merge branch 'patch-1' into 'master'
Update com.github.catfriend1.syncthingandroid.yml See merge request fdroid/fdroiddata!5110
This commit is contained in:
commit
2c6af51a3f
|
@ -1,7 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: MPL-2.0
|
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
|
SourceCode: https://github.com/Catfriend1/syncthing-android
|
||||||
IssueTracker: https://github.com/Catfriend1/syncthing-android/issues
|
IssueTracker: https://github.com/Catfriend1/syncthing-android/issues
|
||||||
Translation: https://www.transifex.com/catfriend1/syncthing-android-1
|
Translation: https://www.transifex.com/catfriend1/syncthing-android-1
|
||||||
|
@ -864,7 +864,25 @@ Builds:
|
||||||
- PATH="$PWD/go/bin:$PATH" gradle buildNative
|
- PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||||
ndk: r19c
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||||
CurrentVersion: 1.1.4.1
|
CurrentVersion: 1.2.0.8
|
||||||
CurrentVersionCode: 1010401
|
CurrentVersionCode: 1020008
|
||||||
|
|
Loading…
Reference in a new issue