Skip to content

Adding the SDK to your application

Jason Pell edited this page Jul 28, 2022 · 3 revisions

Gradle Dependency

repositories {
        google()
        mavenCentral()

        // use a snapshot of the android-sdk
        maven {
            url "https://oss.sonatype.org/content/repositories/snapshots/"
        }
    }

Add a dependency to your build.gradle file:

implementation 'com.adnuntius.android.sdk:1.7.0'

Clone this wiki locally