Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.37 KB

Important: Glassfy SDKs are deprecated. Glassfy will be ceasing operations by the end of 2024. Read the blog post here


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.