Android Installation
Installation with Gradle
The Glassfy SDK is available on Maven Central.
Add the dependency to your module-level build.gradle:
dependencies {
…
implementation 'io.glassfy:androidsdk:1.3.1'
}
dependencies {
…
implementation 'io.glassfy:androidsdk:1.3.1'
}
Updated 8 months ago