Skip to content

Commit

Permalink
Specify androidapi for gomobile
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Sep 30, 2024
1 parent d4a5489 commit 5be54c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clean:

mobileNebula.aar: *.go go.sum
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
go get -d golang.org/x/mobile/cmd/gomobile
Expand Down

0 comments on commit 5be54c0

Please sign in to comment.