mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Yggdrasil: 0.1-012
This commit is contained in:
parent
7fc06d5c53
commit
8913d230ab
1 changed files with 7 additions and 9 deletions
|
|
@ -14,9 +14,9 @@ RepoType: git
|
|||
Repo: https://github.com/yggdrasil-network/yggdrasil-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1-011
|
||||
versionCode: 11
|
||||
commit: 055aab328d999586df94a461f27b2c28a1c08d78
|
||||
- versionName: 0.1-012
|
||||
versionCode: 12
|
||||
commit: 05de18006654687f3c9314e3ccbab64a62d11abf
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -29,19 +29,17 @@ Builds:
|
|||
- sed -i -e 's/-target android/-target android -androidapi 21/g' ../libs/yggdrasil-go/contrib/mobile/build
|
||||
build:
|
||||
- mkdir libs
|
||||
- pushd ..
|
||||
- cd ..
|
||||
- export GOPATH="$PWD/golang"
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- go install golang.org/x/mobile/cmd/gomobile@latest
|
||||
- pushd libs/yggdrasil-go
|
||||
- cd libs/yggdrasil-go
|
||||
- gomobile init
|
||||
- ./contrib/mobile/build -a
|
||||
- cp yggdrasil.aar ../../app/libs
|
||||
- popd
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1-011
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 0.1-012
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue