Skip to content
Snippets Groups Projects
Commit d11b7550 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix bindings

parent ea474d15
No related branches found
No related tags found
1 merge request!510Release
......@@ -102,7 +102,7 @@ bindings-ios:
- go get golang.org/x/mobile/bind
- go install golang.org/x/mobile/cmd/gomobile@latest
- gomobile init
- gomobile bind -target ios,iossimulator,macos gitlab.com/elixxir/client/v5/bindings
- gomobile bind -target ios,iossimulator,macos gitlab.com/elixxir/client/v4/bindings
- ls
- zip -r iOS.zip Bindings.xcframework
artifacts:
......@@ -126,7 +126,7 @@ bindings-android:
- go get golang.org/x/mobile/bind
- go install golang.org/x/mobile/cmd/gomobile@latest
- gomobile init
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/v5/bindings
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/v4/bindings
artifacts:
paths:
- bindings.aar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment