From eebcc60a1f9844df1f23059e63a2781df70d6452 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 67a98f2..b1d4789 100644 --- a/nebula/Makefile +++ b/nebula/Makefile @@ -7,7 +7,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