I have completed the registration and configured in Gladle but the system still fails to download.
Please guide me to configure correctly in Gladle. I did the following:
gladle ( : app):
implementation("com.nxp.nfclib:nxpnfcandroidlib:5.0.0-RELEASE") Setting.gladle( Project) :
gradlePluginPortal()
maven {
url = uri("https://inspire.nxp.com/repo/maven")
credentials {
username = providers.gradleProperty("NXP_REPO_USER").get()
password = providers.gradleProperty("NXP_REPO_KEY").get()
}
dependencyResolutionManagement { ...maven {
url = uri("https://inspire.nxp.com/repo/maven")
credentials {
username = providers.gradleProperty("NXP_REPO_USER").get()
password = providers.gradleProperty("NXP_REPO_KEY").get()
} i NXP_REPO_KEY (" key I was given from Taplinx account" )
NXP_REPO_USER ( " I tried both options: project's package name. and also the username to log into your account"
: However, the options and project builds all failed with errors > Could not find com.nxp.nfclib:nxpnfcandroidlib:5.0.0-RELEASE.
I checked the connection and everything is good.
C:\>ping inspire.nxp.com -t
Reply from 23.7.217.244: bytes=32 time=32ms TTL=55
Reply from 23.7.217.244: bytes=32 time=31ms TTL=55
Reply from 23.7.217.244: bytes=32 time=31ms TTL=55
I don't know what I'm doing wrong, please guide me through the configuration to download the nxpnfcandroidlib-5.0.0-RELEASE.aar file.
Thanks you verymuch