Releases: finagolfin/swift-android-sdk
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.