Credentials for - https://cardinalcommerce.bintray.com/android
See original GitHub issueGeneral 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:
- Created 3 years ago
- Reactions:9
- Comments:22 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi all, please add the following to your top-level gradle file:
Hi @Liako - the url has changed in addition to the credentials. Please update the url to
"https://cardinalcommerceprod.jfrog.io/artifactory/android"