Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.16 KB

Platform License Release Maven Central

Glassfy Android SDK

Is the client for Glassfy: a subscription revenue optimisation infrastructure for mobile applications.

Installation

Our SDK can be easily integrated through Gradle

Gradle Groovy DSL

Add the dependency to your module-level build.gradle:

dependencies {
    [...]
    implementation 'io.glassfy:androidsdk:1.6.1'
}

Gradle Kotlin DSL

Add the dependency to your module-level build.gradle.kts:

dependencies {
    [...]
    implementation("io.glassfy:androidsdk:1.6.1")
}

More Info

Check the documentation at docs.glassfy.io to learn details on implementing and using Glassfy SDK.

License

This SDK is available under the MIT license.