Compare commits

..

2 Commits

Author SHA1 Message Date
Ian VanSchooten c28a3f8ed4
Merge 5be54c024f into cf97068d7b 2024-09-30 17:57:21 +00:00
Ian VanSchooten 5be54c024f Specify androidapi for gomobile 2024-09-30 13:57:12 -04:00
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