FAQs
Help required in android integration
about 3 years ago by Akash
// Include maven repository url and authentication details
repositories {
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "${artifactory_user}"
password "${artifactory_password}"
}
}
}
what needs to go here in user_name and password field here.