From 9f262ba5a7d866dd170ed34d3d544d6dd8e9327f Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Mon, 30 Sep 2024 13:57:12 -0400 Subject: [PATCH] Specify androidapi for gomobile --- nebula/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/nebula/Makefile b/nebula/Makefile index 28ca35e..cfa6323 100644 --- a/nebula/Makefile +++ b/nebula/Makefile @@ -10,6 +10,7 @@ clean: mobileNebula.aar: *.go go.sum go get -d golang.org/x/mobile/cmd/gomobile gomobile bind -trimpath -v --target=android -androidapi 26 + gomobile bind -trimpath -v --target=android -androidapi=26 MobileNebula.xcframework: *.go go.sum go get -d golang.org/x/mobile/cmd/gomobile