Open jasonaliniex opened 7 months ago
did you add the configuration on android/build.gradle ?
allprojects {
repositories {
// ...
maven { url "https://maven.sumsub.com/repository/maven-public/" }
// ...
}
}
I'm having the same issue but with version 1.31.3
I have integrated with Sumsub module for React native. It works well on iOS But Android has some problems. Here is details: Error message: Could not determine the dependencies of task ':app:processDebugResources'.
Integration information:
Could anyone have some advise about how to resolve the problem?
Best regards Jason