tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
407 stars 280 forks source link

package still uses jcenter() #462

Closed darajava closed 2 years ago

darajava commented 2 years ago

This still uses jcenter (which is 502ing atm) and is blocking my build (after updating and tweaking almost everything :(((( ). I'm not sure if it's deprecated or not, but can it use maven? Is there a workaround?

* What went wrong:
Could not determine the dependencies of task ':react-native-intercom:generateDebugRFile'.
> Could not resolve all task dependencies for configuration ':react-native-intercom:debugRuntimeClasspath'.
   > Could not resolve com.facebook.react:react-native:+.
     Required by:
         project :react-native-intercom
      > Failed to list versions for com.facebook.react:react-native.
         > Unable to load Maven meta-data from https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml.
            > Could not get resource 'https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml'.
               > Could not GET 'https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
dmackinn commented 2 years ago

@darajava i addressed this in this PR https://github.com/tinycreative/react-native-intercom/pull/464

darajava commented 2 years ago

Great!! Thanks

On Thu 9 Dec 2021 at 17:38, Don MacKinnon @.***> wrote:

@darajava https://github.com/darajava i addressed this in this PR #464 https://github.com/tinycreative/react-native-intercom/pull/464

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tinycreative/react-native-intercom/issues/462#issuecomment-990071573, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNCOBO3C6L35YB34XMBVPDUQDSTHANCNFSM5JC7FKXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Dara