Add the NEXUS remote repository in the gradle settings file to enable library download:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = https://nexus.sb.biocryptology.net/repository/bfy-android/ }
}
}
In addition, we must declare this dependency in the app directory in the build.gradle file:
dependencies {
implementation 'com.mobile.bfy:bfy-sandbox:0.6.5'
}
| Environment | Latest version |
| com.mobile.bfy:bfy | 1.0.2 |
| com.mobile.bfy:bfy-sandbox | 1.0.2 |