1.0.0-beta-version
Pre-release
Pre-release
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"
}