Description
I am using "react-native-intercom": "13.2.0"
I ve found commits in repository with this problem 8c46d23 but I don`t see that it includes in some version. How can I get it without changing package files?
Several weeks all were fine but now I cant create release build. I got an error. Resource links does not resolve. I know that now I should use official intercom package but I need to work with this version for now. What is it? I updated to last version this package but also it does not work.
`> Task :react-native-intercom:mergeReleaseResources FAILED
w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':react-native-intercom:mergeReleaseResources'.
Could not resolve all files for configuration ':react-native-intercom:releaseRuntimeClasspath'.
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
`