Installation
How to setup the MOVE SDK
Adding the MOVE SDK to your app
Include from Artifactory
maven {
url "https://dolphin.jfrog.io/artifactory/move-sdk-libs-release"
}// 1.0.0 is the given version number from your artifactory
implementation "io.dolphin.move:move-sdk:1.5.1.29"Include SDK binary directly
Last updated