Skip to content

0.0.16

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jan 15:04
· 50 commits to main since this release

Installation

Android

dependencies {
    implementation("com.github.maidsafe:ant-ffi:0.0.16")
    implementation("net.java.dev.jna:jna:5.15.0@aar")
}

iOS

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/maidsafe/ant-ffi.git", from: "0.0.16")
]

XCFramework checksum: bc5eb0c2fd4fbd8c712b14bf7f4374ba51e72a301de73c8ca4928e89bc522435

What's Changed

  • chore(deps): bump bytes from 1.8.0 to 1.11.0 in /rust by @dependabot[bot] in #12
  • chore(deps): bump self_encryption from 0.34.2 to 0.34.3 in /rust by @dependabot[bot] in #11
  • chore(deps): bump tokio from 1.47.1 to 1.48.0 in /rust by @dependabot[bot] in #10
  • Bump androidx.test.espresso:espresso-core from 3.6.1 to 3.7.0 in /android by @dependabot[bot] in #5
  • Bump agp from 8.7.2 to 8.13.0 in /android by @dependabot[bot] in #4
  • Bump com.ncorti.ktfmt.gradle from 0.20.1 to 0.24.0 in /android by @dependabot[bot] in #3
  • Bump androidx.test.ext:junit from 1.2.1 to 1.3.0 in /android by @dependabot[bot] in #1

New Contributors

Full Changelog: 0.0.15...0.0.16