Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React native Android: Could not find com.sumsub.sns:idensic-mobile-sdk:1.29.0. #12

Open
jasonaliniex opened this issue Mar 29, 2024 · 3 comments

Comments

@jasonaliniex
Copy link

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'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com.sumsub.sns:idensic-mobile-sdk:1.29.0.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/com/sumsub/sns/idensic-mobile-sdk/1.29.0/idensic-mobile-sdk-1.29.0.pom
- https://repo.maven.apache.org/maven2/com/sumsub/sns/idensic-mobile-sdk/1.29.0/idensic-mobile-sdk-1.29.0.pom
- file:/node_modules/jsc-android/dist/com/sumsub/sns/idensic-mobile-sdk/1.29.0/idensic-mobile-sdk-1.29.0.pom
- https://dl.google.com/dl/android/maven2/com/sumsub/sns/idensic-mobile-sdk/1.29.0/idensic-mobile-sdk-1.29.0.pom
- https://www.jitpack.io/com/sumsub/sns/idensic-mobile-sdk/1.29.0/idensic-mobile-sdk-1.29.0.pom
Required by:
project :app > project :sumsub_react-native-mobilesdk-module
Could not find com.sumsub.sns:idensic-mobile-sdk-prooface:1.29.0.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/com/sumsub/sns/idensic-mobile-sdk-prooface/1.29.0/idensic-mobile-sdk-prooface-1.29.0.pom
- https://repo.maven.apache.org/maven2/com/sumsub/sns/idensic-mobile-sdk-prooface/1.29.0/idensic-mobile-sdk-prooface-1.29.0.pom
- file:/node_modules/jsc-android/dist/com/sumsub/sns/idensic-mobile-sdk-prooface/1.29.0/idensic-mobile-sdk-prooface-1.29.0.pom
- https://dl.google.com/dl/android/maven2/com/sumsub/sns/idensic-mobile-sdk-prooface/1.29.0/idensic-mobile-sdk-prooface-1.29.0.pom
- https://www.jitpack.io/com/sumsub/sns/idensic-mobile-sdk-prooface/1.29.0/idensic-mobile-sdk-prooface-1.29.0.pom
Required by:
project :app > project :sumsub_react-native-mobilesdk-module

Integration information:

Could anyone have some advise about how to resolve the problem?

Best regards
Jason

@Anybowdy
Copy link

Anybowdy commented Apr 3, 2024

did you add the configuration on android/build.gradle ?

allprojects {
  repositories {
      // ...
      maven { url "https://maven.sumsub.com/repository/maven-public/" }
      // ...
  }
}

@usermilena
Copy link

I'm having the same issue but with version 1.31.3

@ObidosDev
Copy link

Keep in mind. Add it just to repositories won't work. Need to add allprojects + repositories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants