For the complete documentation index, see llms.txt. This page is also available as Markdown.

Packaging options and Auth Token

Add it in your root build.gradle at the end of repositories.

buildscript {
    repositories {
        ...
        jcenter()
    }
}

allprojects {
    repositories {
        ...
        jcenter()
        maven {
            url 'https://jitpack.io'
            credentials { username 'jp_ssguccab6c5ge2l4jitaj92ek2' }
        }
    }
}

Set Accura SDK as a dependency to our app/build.gradle file.

Last updated