payu-intrepos / payu-non-seamless-react

Non-Seamless SDK for React Native
5 stars 9 forks source link

android build failed with below error, iOS is working Fine #45

Open Dnyanda opened 1 year ago

Dnyanda commented 1 year ago

A problem occurred configuring project ':payu-non-seam-less-react'.

Could not resolve all files for configuration ':payu-non-seam-less-react:implementation'. Could not resolve com.facebook.react:react-native:+. Required by: project :payu-non-seam-less-react Cannot choose between the following variants of com.facebook.react:react-native:0.69.5:

  • debugVariantDefaultRuntimePublication
  • releaseVariantDefaultRuntimePublication All of them match the consumer attributes:
  • Variant 'debugVariantDefaultRuntimePublication' capability com.facebook.react:react-native:0.69.5:
  • Unmatched attributes:
  • Provides com.android.build.api.attributes.BuildTypeAttr 'debug' but the consumer didn't ask for it
  • Provides org.gradle.category 'library' but the consumer didn't ask for it
  • Provides org.gradle.dependency.bundling 'external' but the consumer didn't ask for it
  • Provides org.gradle.libraryelements 'aar' but the consumer didn't ask for it
  • Provides org.gradle.status 'release' but the consumer didn't ask for it
  • Provides org.gradle.usage 'java-runtime' but the consumer didn't ask for it
  • Variant 'releaseVariantDefaultRuntimePublication' capability com.facebook.react:react-native:0.69.5:
  • Unmatched attributes:
  • Provides com.android.build.api.attributes.BuildTypeAttr 'release' but the consumer didn't ask for it
  • Provides org.gradle.category 'library' but the consumer didn't ask for it
  • Provides org.gradle.dependency.bundling 'external' but the consumer didn't ask for it
  • Provides org.gradle.libraryelements 'aar' but the consumer didn't ask for it
  • Provides org.gradle.status 'release' but the consumer didn't ask for it
  • Provides org.gradle.usage 'java-runtime' but the consumer didn't ask for it

BUILD FAILED in 14s