Com.squareup.sdk:mobile-payments-sdk:2.0.0-beta4

I’m trying to implement the Square Mobile SDK in a native Android project, but I’m encountering an error when adding the following dependencies:

dependencies {
        def squareSdkVersion = "2.0.0-beta1" // 2.0.0-beta4
        // Mobile Payments SDK dependency
        implementation "com.squareup.sdk:mobile-payments-sdk:$squareSdkVersion"
        // MockReader UI dependency
        implementation "com.squareup.sdk:mockreader-ui:$squareSdkVersion"
    }

The error message states: Failed to resolve: com.squareup.sdk:mobile-payments-sdk:2.0.0-beta1 and Failed to resolve: com.squareup.sdk:mockreader-ui:2.0.0-beta1

I tried with 2.0.0-beta1, 2.0.0-beta2 and 2.0.0-beta4

Could you please assist in resolving this issue or let me know if I am missing anything.

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Update Reader SDK Version
Configure the Reader SDK Sample Application
Reader SDK Quickstart

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Hmm, I’m able to get to the dependencies: Index of public-android/com/squareup/sdk/mobile-payments-sdk
:slightly_smiling_face:

Yes I checked again its not because of the maven URL. I am also able to access the URL. My link was incomplete. The issue is something else.