mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-20 18:15:29 +00:00
Specify androidapi for gomobile
This commit is contained in:
parent
d4a5489be5
commit
5be54c024f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue