From 17e5a37aa514c4b0c19a04561954d9af19c73c4a Mon Sep 17 00:00:00 2001 From: niuhuan Date: Fri, 5 Apr 2024 12:56:46 +0800 Subject: [PATCH] :hammer: core scripts --- ios/Podfile.lock | 2 +- scripts/bind-android-debug.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index cf908ec..6d1eb89 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -106,4 +106,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/scripts/bind-android-debug.sh b/scripts/bind-android-debug.sh index bebdfec..c55ad54 100644 --- a/scripts/bind-android-debug.sh +++ b/scripts/bind-android-debug.sh @@ -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 ./