Skip to main content

Repository Setup

Dependency repositories

We use JFrog to distribute our library and integrate multiple 3rd party libraries from the repositories of Google, Maven and Jitpack.
Please include the following repositories into your settings.gradle.

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url = uri('https://jitpack.io')
}
maven {
url = uri('https://rubean.jfrog.io/artifactory/bbva')
credentials {
username = System.getenv('JFROG_USER')
password = System.getenv('JFROG_PASSWORD')
}
}
}
}
JFrog credentials

If you have not requested and received JFrog credentials, you can get request access to our repository via chapter Accounts and Access