You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
Build is failing due to jcenter dependency disappearing:
* What went wrong:
A problem occurred configuring project ':react-native-fetch-blob'.
> Could not resolve all files for configuration ':react-native-fetch-blob:classpath'.
> Could not find com.android.tools:common:25.2.3.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/common/25.2.3/common-25.2.3.pom
https://jcenter.bintray.com/com/android/tools/common/25.2.3/common-25.2.3.jar
It looks like this dependency has disappeared from bintray completely:
This is probably an upstream issue, but am hopeful that someone here has an idea what we can do to fix this, since it's coming through react-native-fetch-blob?
I think we're hitting this issue that also happened on react-native-svg: software-mansion/react-native-svg#868
Basically some packages got removed from the jcenter repository.
Their fix was to add the google() repo, and upgrade to gradle 3.2.1.
Build is failing due to jcenter dependency disappearing:
It looks like this dependency has disappeared from bintray completely:
This is probably an upstream issue, but am hopeful that someone here has an idea what we can do to fix this, since it's coming through react-native-fetch-blob?
Environment
React Native version: 0.57.4
React Native platform + platform version: Android build
Gradle version: 4.4
react-native-fetch-blob
Version: 0.10.8
Thanks in advance
The text was updated successfully, but these errors were encountered: