Specify androidapi for gomobile

This commit is contained in:
Ian VanSchooten 2024-09-30 13:57:12 -04:00
parent 22a13b1a1c
commit 9f262ba5a7
1 changed files with 1 additions and 0 deletions

View File

@ -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