From dfa0e7bd4078d7a9b5ab98bc1eebfc29e4aae937 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Wed, 9 Oct 2024 10:52:54 -0400 Subject: [PATCH] Fix rebase error --- nebula/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/nebula/Makefile b/nebula/Makefile index cfa6323..0746dad 100644 --- a/nebula/Makefile +++ b/nebula/Makefile @@ -9,7 +9,6 @@ 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