mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-21 02:25:28 +00:00
Specify androidapi for gomobile
This commit is contained in:
parent
c91f622e4e
commit
3cb7d84a7b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue