Specify androidapi for gomobile

This commit is contained in:
Ian VanSchooten 2024-09-30 13:57:12 -04:00
parent d4a5489be5
commit 5be54c024f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ clean:
mobileNebula.aar: *.go go.sum mobileNebula.aar: *.go go.sum
go get -d golang.org/x/mobile/cmd/gomobile go get -d golang.org/x/mobile/cmd/gomobile
gomobile bind -trimpath -v --target=android gomobile bind -trimpath -v --target=android -androidapi=26
MobileNebula.xcframework: *.go go.sum MobileNebula.xcframework: *.go go.sum
go get -d golang.org/x/mobile/cmd/gomobile go get -d golang.org/x/mobile/cmd/gomobile