Update Yggdrasil to 0.1-015 (15)

This commit is contained in:
F-Droid checkupdates bot 2023-10-31 14:16:41 +00:00
parent 67f188774e
commit 7e53f62335

View file

@ -64,7 +64,32 @@ Builds:
- cp yggdrasil.aar ../../app/libs
ndk: r21e
- versionName: 0.1-015
versionCode: 15
commit: 8dfa2f638a7e370fb0ff358284e15630207e5aee
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -t bullseye-backports -y golang-go
gradle:
- yes
prebuild:
- sdkmanager 'platforms;android-21'
- sed -i -e 's/-target android/-target android -androidapi 21/g' ../libs/yggdrasil-go/contrib/mobile/build
build:
- mkdir libs
- cd ..
- export GOPATH="$PWD/golang"
- export PATH="$GOPATH/bin:$PATH"
- go install golang.org/x/mobile/cmd/gomobile@latest
- cd libs/yggdrasil-go
- gomobile init
- ./contrib/mobile/build -a
- cp yggdrasil.aar ../../app/libs
ndk: r21e
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.1-013
CurrentVersionCode: 13
CurrentVersion: 0.1-015
CurrentVersionCode: 15