Releases: finagolfin/swift-android-sdk
Android SDK bundle for Swift 6.1.2
Android SDK bundle for Swift 6.1
New additions in this 6.1 bundle:
- the new Testing library is now included
- Specifying an arbitrary Android API higher than 24 is allowed, though you are still linking against the same Swift runtime libraries built against API 24
Follow the instructions in the README.md to install and use the Android SDK bundle on linux or macOS.
Android SDK bundle for Swift 6.0.3
Android SDK bundle for Swift 6.0.2
Android SDK bundle for Swift 6.0.1
Android SDK for Swift 5.10
Follow the instructions in the README.md. Note that this SDK only works with the LTS NDKs 26 and 27, which added a lot of _Nullable
/_Nonnull
annotations to the Bionic headers that need to be accounted for in Swift. Use the Swift 5.10 SDK built on the CI against NDK 25c if you still need to use NDK 25.
Android SDK for Swift 5.9.2
Follow the instructions in the README.md. Note that this SDK only works with the latest LTS NDK 26, which added a lot of _Nullable
/_Nonnull
annotations to the Bionic headers that need to be accounted for in Swift. Use the older Swift 5.9 SDK if you still need to use NDK 25.
Android SDK for Swift 5.9
Follow the instructions in the README.md. Note that this SDK only works with the last NDK 25c, not the latest LTS NDK 26, which added a lot of _Nullable
/_Nonnull
annotations to the Bionic headers that need to be accounted for in Swift.