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 ./