Update Yggdrasil to 1.7 (18)

This commit is contained in:
F-Droid checkupdates bot 2021-03-22 03:43:36 +00:00
parent c90843f5ca
commit 28c85c2d7f

View file

@ -66,7 +66,34 @@ Builds:
- cd ../yggdrasil; make
ndk: r21d
- versionName: '1.7'
versionCode: 18
commit: v1.7
subdir: app
gradle:
- yes
build:
- sed -i '/signingConfig\ signing/d' build.gradle
- sed -i '/ndkVersion/d' build.gradle
- curl -Lso go.tar.gz https://golang.org/dl/go1.15.4.linux-amd64.tar.gz
- echo "eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5 go.tar.gz"
| sha256sum -c -
- mkdir -p golang
- tar -C golang -xzf go.tar.gz
- export GOPATH="$PWD"
- export GO_LANG="$PWD/golang/go/bin"
- export GO_COMPILED="$PWD/bin"
- export PATH="$GO_LANG:$GO_COMPILED:$PATH"
- export ANDROID_SDK_ROOT=$$SDK$$
- export ANDROID_NDK_ROOT=$$NDK$$
- export PATH=$(pwd)/go/bin:$PATH
- go version
- ./golang/go/bin/go get golang.org/x/mobile/cmd/gomobile
- ./bin/gomobile init
- cd ../yggdrasil; make
ndk: r21d
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.6'
CurrentVersionCode: 16
CurrentVersion: '1.7'
CurrentVersionCode: 18