We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f755625 commit 1dd6daeCopy full SHA for 1dd6dae
README.md
@@ -34,7 +34,7 @@ rm -rf android-ndk-r$NDK-darwin-x86_64.zip
34
unset NDK
35
36
# instal swift android toolchain
37
-SWIFT_ANDROID=$(curl -fsSL https://raw.githubusercontent.com/readdle/swift-android-toolchain/master/build/config/version)
+SWIFT_ANDROID=$(curl -fsSL https://api.bintray.com/packages/readdle/swift-android-toolchain/swift-android-toolchain/versions/_latest | python -c 'import json,sys;print(json.load(sys.stdin))["name"]')
38
wget https://dl.bintray.com/readdle/swift-android-toolchain/swift-android-$SWIFT_ANDROID.zip
39
unzip swift-android-$SWIFT_ANDROID.zip
40
rm -rf swift-android-$SWIFT_ANDROID.zip
0 commit comments