Skip to content

Releases: finagolfin/swift-android-sdk

Android SDK bundle for Swift 6.2

17 Sep 21:15

Choose a tag to compare

Android SDK bundle for Swift 6.1.3

10 Sep 19:42

Choose a tag to compare

Android SDK bundle for Swift 6.1.2

03 Jun 15:33

Choose a tag to compare

Android SDK bundle for Swift 6.1

04 Apr 17:59

Choose a tag to compare

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

06 Jan 23:39

Choose a tag to compare

Android SDK bundle for Swift 6.0.2

29 Oct 08:24

Choose a tag to compare

Android SDK bundle for Swift 6.0.1

16 Oct 18:59

Choose a tag to compare

Android SDK for Swift 5.10

31 Mar 19:23

Choose a tag to compare

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

09 Jan 19:33

Choose a tag to compare

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

23 Sep 18:47

Choose a tag to compare

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.