Skip to content

1.1.0-beta version for testing Android System Load

Pre-release
Pre-release

Choose a tag to compare

@pavly-gerges pavly-gerges released this 13 Mar 12:44
b0e26d3

What's Changed

This is a pre-release test for testing Android and System Load support.

  • NativeBinaryLoader: attempt to fix StackOverflowExceptions from Over Stacked Loading Retries by @pavly-gerges in #38
  • [ANDROID] Android library loading and System Load API by @pavly-gerges #39

Full Changelog: 1.1.0-alpha...1.1.0-beta

For Desktop Systems; Use the following:

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.electrostat-lab:snaploader:1.1.0-beta"
}

For Android; Use the following:

implementation ("io.github.electrostat-lab:snaploader:1.1.0-beta") {
    exclude group: 'com.github.oshi', module: 'oshi-core'
}