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.

Bintray Sunset - Cardinal Commerce Credentials

See original GitHub issue

We are aware of the upcoming sunset of Bintray and concerns of potential impact to integrations using the Braintree Android SDKs.

Our current MPI provider credentials should work until at least June 1. We will provide an update here when we have additional information.

Feel free to comment if you are experiencing this issue.

Update: We have received new credentials. Please add the following in your app-level gradle:

repositories {
    maven {
        url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
        credentials {
            username 'braintree_team_sdk'
            password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
        }
    }
}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
latusdeniscommented, Dec 10, 2021

@sarahkoop Getting such an error, while building the app in release mode:

> Failed to list versions for com.facebook.react:react-native.
         > Unable to load Maven meta-data from https://cardinalcommerce.bintray.com/android/com/facebook/react/react-native/maven-metadata.xml.
            > Could not get resource 'https://cardinalcommerce.bintray.com/android/com/facebook/react/react-native/maven-metadata.xml'.
               > Could not GET 'https://cardinalcommerce.bintray.com/android/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

build.gradle

buildscript {
    ext {
        buildToolsVersion = "29.0.2"
        minSdkVersion = 21
        compileSdkVersion = 29
        targetSdkVersion = 29
        supportLibVersion = "28.0.0"
        googlePlayServicesVersion = "11.0.0"
        googlePlayServicesLocationVersion = "17.0.0"
        appCompatVersion = "1.1.0"
    }
    repositories {
        google()
        mavenCentral()
        jcenter()
    }
    dependencies {
        classpath("com.android.tools.build:gradle:4.1.0")
        classpath("com.google.gms:google-services:4.3.10")
    }
}

allprojects {
    repositories {
        mavenCentral()
        mavenLocal()
        maven { url("$rootDir/../node_modules/react-native/android") }
        maven { url("$rootDir/../node_modules/jsc-android/dist") }
        google()
        maven { url 'https://www.jitpack.io' }
        jcenter()
        flatDir {
            dirs "$rootProject.projectDir/libs"
        }

        maven {
            url "$rootDir/../node_modules/@notifee/react-native/android/libs"
        }

        maven {
            url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
            credentials {
                username 'braintree_team_sdk'
                password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
            }
        }
    }
}

The problem appeared without any code changes. Bintray status is major outage: https://isdown.app/integrations/bintray

Please advise, which steps do I need to perform, so I can successfully create release builds.

3reactions
sarahkoopcommented, May 12, 2021

Bintray is currently having a scheduled brown-out. This issue may occur until Bintray is back up. We appreciate your continued patience, as we are still working on getting updated credentials to resolve this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Bintray Sunset - Cardinal Commerce Credentials -
Coming soon: A brand new website interface for an even better experience!
Read more >
Important Notice - Cardinal Mobile SDK - Confluence
CardinalCommerce will be transitioning the distribution of the Cardinal Mobile SDK from Bintray to Artifactory, effective May 2021.
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 >
Braintree Drop-In SDK for Android
f.m.a(m.java:46) at com.cardinalcommerce.cardinalmobilesdk. ... **Action Required** Bintray Sunset - Cardinal Commerce Credentials Update.
Read more >
Issues · braintree/braintree_android · GitHub
Bintray Sunset - Cardinal Commerce Credentials. #373 by sarahkoop was closed Jun 8, 2021. Closed 13 · Labels 16 Milestones 0.
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