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.5.2'
}
dependencies {
…
implementation 'io.glassfy:androidsdk:1.5.2'
}
Updated about 1 year ago
What’s Next