Failed To Resolve errors

It’s been a while since we’ve fired up our Poynt project. As I tried to build our project this morning, I got some Failed To Resolve errors:

Failed to resolve: co.poynt.api:android-api-model:1.2.33
Failed to resolve: co.poynt.android.sdk:poynt-sdk:1.2.9-SNAPSHOT

I assume we just need to change to some newer libraries.
Here is our current “dependencies” section:

compile fileTree(include: ['*.jar'], dir: 'libs') // Poynt Dependencies compile 'co.poynt.api:android-api-model:1.2.32@jar' compile 'co.poynt.android.sdk:poynt-sdk:1.2.8-SNAPSHOT@aar'

// JWT dependencies - if you want to parse JWTs
compile ‘com.android.support:appcompat-v7:23.0.1’
compile ‘net.jcip:jcip-annotations:1.0@jar’
compile ‘com.nimbusds:nimbus-jose-jwt:2.26@jar’
compile ‘net.minidev:json-smart:1.2@jar’
compile ‘com.android.support:support-v4:23.0.1’

compile ‘com.madgag.spongycastle:core:1.51.0.0’
compile ‘com.madgag.spongycastle:prov:1.51.0.0’
compile ‘com.madgag.spongycastle:pkix:1.51.0.0’
compile ‘com.madgag.spongycastle:pg:1.51.0.0’

Thank You.

Never mind. I saw a similar post that had the answer. I should have looked first, sorry.