Skip to content

1.0.0-beta-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 25 Jul 23:00

What's Changed

  • This is a testing release on the PR branch for scaling the API for professional use-cases.

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-beta"
}