Trying to convert react-native into .AAR file. I am facing below error:
Could not determine the dependencies of task ':app:extractDebugAnnotations'.
Could not resolve all task dependencies for configuration ':app:detachedConfiguration1'.
Cannot resolve external dependency com.android.tools.lint:lint-gradle:31.1.1 because no repositories are defined.
Required by:
project :app
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Top comments (0)