Update sdk version error

Hello,

I am trying to update Poynt sdk of our application to new version , I took sdk versions from release notes:

compile 'co.poynt.api:android-api-model:1.2.62@jar'
compile 'co.poynt.android.sdk:poynt-sdk:1.2.14@aar'

and I have following maven urls:
allprojects {
repositories {
mavenLocal()
jcenter()
maven {
url ‘https://nexus.poynt.com/content/repositories/snapshots
}
maven {
url ‘https://nexus.poynt.com/content/repositories/releases
}
mavenCentral()
}
}

and I am getting following errors:
Error:(110, 13) Failed to resolve: co.poynt.api:android-api-model:1.2.62
Error:(111, 13) Failed to resolve: co.poynt.android.sdk:poynt-sdk:1.2.14

Please help.

sorry about that - we had a misconfiguration in our nexus (maven repository) that caused this error. It’s been resolved now. Please try again and let us know if you still see the problem. I’ve tested myself and it works now.

thank you it works now

Hello, I have the same problem but I can’t resolve it yet. What can I do?

What versions do you have in your config file? And which maven URLs are you trying?

Oh, I believe was the repository, the next day wasn’t problem.