🔨 core scripts

This commit is contained in:
niuhuan 2024-04-05 12:56:46 +08:00
parent 35557f6488
commit 17e5a37aa5
2 changed files with 2 additions and 2 deletions

View File

@ -106,4 +106,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
COCOAPODS: 1.11.3 COCOAPODS: 1.12.1

View File

@ -4,4 +4,4 @@ cd "$( cd "$( dirname "$0" )" && pwd )/.."
cd go/mobile cd go/mobile
gomobile init gomobile init
gomobile bind -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./ gomobile bind -androidapi 19 -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./