Back to All

Help required in android integration

// 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.