From d11b7550c35e439fb7d3c6ce08d66d8e2d716344 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Thu, 10 Nov 2022 23:17:38 +0000 Subject: [PATCH] Fix bindings --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d9e91784..8a7b2119e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab