Skip to content

1.0.0-zeta

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 06 Aug 11:13
· 19 commits to 1.0.0-stable-branch since this release

What's Changed

  • Zeta-patch for the stable release: PR #30.

In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:

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