SumSubstance / react-native-mobilesdk-module

3 stars 5 forks source link

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

Open jasonaliniex opened 7 months ago

jasonaliniex commented 7 months ago

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:

Integration information:

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

Best regards Jason

Anybowdy commented 7 months ago

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

allprojects {
  repositories {
      // ...
      maven { url "https://maven.sumsub.com/repository/maven-public/" }
      // ...
  }
}
usermilena commented 5 months ago

I'm having the same issue but with version 1.31.3

ObidosDev commented 3 months ago

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