question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Credentials for - https://cardinalcommerce.bintray.com/android

See original GitHub issue

General information

Issue description

Are these still valid credentials as we are currently receiving a 403 in our build pipeline as of approximately midday today when bundling our app.

maven {
        url "https://cardinalcommerce.bintray.com/android"
        credentials {
            username 'braintree-team-sdk@cardinalcommerce'
            password '220cc9476025679c4e5c843666c27d97cfb0f951'
        }
    }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:9
  • Comments:22 (7 by maintainers)

github_iconTop GitHub Comments

9reactions
sshropshirecommented, Jul 7, 2021

Hi all, please add the following to your top-level gradle file:

repositories {
    maven {
        url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
        credentials {
            username 'braintree_team_sdk'
            password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
        }
    }
}
2reactions
sarahkoopcommented, Aug 3, 2021

Hi @Liako - the url has changed in addition to the credentials. Please update the url to "https://cardinalcommerceprod.jfrog.io/artifactory/android"

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up CardinalMobileSDK - Android- V 2.2.1 - Confluence
In Android Studio, open the app directory (which can also be labeled Module: ... url "https://cardinalcommerce.bintray.com/android" credentials { username ...
Read more >
Braintree Drop-in UI: ERROR: Failed to resolve: org.jfrog ...
gradle(App Level) as of latest Braintree credentials have been updated. Old Credentials url "https://cardinalcommerce.bintray.com/android" ...
Read more >
3D Secure | Client-Side Implementation | Android - Braintree
repositories { maven { url "https://cardinalcommerce.bintray.com/android" credentials { username 'braintree-team-sdk@cardinalcommerce' password ...
Read more >
CardinalCommerce - for Intelligent Payment Authentication ...
CardinalCommerce is a global leader in authenticating digital transactions, deepening insights into Card-Not-Present and 3-D Secure processed transactions ...
Read more >
3DS2 Mobile SDK (Android) - Developer Engine - FIS
Access the SDK using the Bintray username and API Key provided to you by ... url "https://cardinalcommerceprod.jfrog.io/artifactory/android" credentials ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found