Skip to content

Commit

Permalink
🔨 core scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 5, 2024
1 parent 35557f6 commit 17e5a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion scripts/bind-android-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd "$( cd "$( dirname "$0" )" && pwd )/.."

cd go/mobile
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 ./

0 comments on commit 17e5a37

Please sign in to comment.