Download SDK
PackageManager
Gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}implementation ("com.github.dent-jitpack:gigastore-android-sdk:1.1.0") {
transitive=true
}Last updated
Was this helpful?