I have raised this as an issue with Appodeal, but could do with some help in the meantime as I really need a fix: (https://github.com/appodeal/react-native-appodeal/issues/101)
I recently updated react-native-appodeal to 3.0.2, and iOS is working perfectly, however when I try to build for android i get the following error:
* What went wrong:
Could not determine the dependencies of task ':app:dexBuilderProdRelease'.
> Could not resolve all task dependencies for configuration ':app:prodReleaseCompileClasspath'.
> Could not resolve com.facebook.soloader:soloader:0.9.0+.
Required by:
project :app
> Failed to list versions for com.facebook.soloader:soloader.
> Unable to load Maven meta-data from https://artifactory.appodeal.com/appodeal/com/facebook/soloader/soloader/maven-metadata.xml.
> Could not GET 'https://artifactory.appodeal.com/appodeal/com/facebook/soloader/soloader/maven-metadata.xml'. Received status code 401 from server: Unauthorized
I have tried a few things, such as patching the lib to remove jCenter() but so far I have had no success, but this artefact is hosted on their own subdomain so I don't think that makes a difference??
If I navigate directly to https://artifactory.appodeal.com/appodeal/com/facebook/soloader/soloader/maven-metadata.xml, I am faced with a sign in request.
Am i right in thinking this is most likely a config error at their end, or is there something simple I am missing that could bypass this?
Thanks in advance!