Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 213 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 213 Bytes

storage-java-sdk

To install the library add :

repositories {
    jcenter()
    maven { url "https://jitpack.io" }
}
dependencies {
    implementation 'com.github.backtory:storage-java-sdk:0.1.0'
}