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

Compile and resolutionStrategy line in dependencies #321

Open
zvitek opened this issue Dec 20, 2022 · 0 comments
Open

Compile and resolutionStrategy line in dependencies #321

zvitek opened this issue Dec 20, 2022 · 0 comments

Comments

@zvitek
Copy link

zvitek commented Dec 20, 2022

Hi, I have a problem with the manual setup of the Android plugin.

The installation instructions say to add compile project(':react-native-background-upload') to android/app/build.gradle.

However, compile is already deprecated so I write it as implementation(':react-native-background-upload').

Unfortunately, I get an error when building the application:

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not find :react-native-background-upload:.
     Required by:
         project :app

Does anyone know how else to write?

Thank you!

react-native v0.70.3
react-native-background-upload: v^6.6.0

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

1 participant