react-native-background-upload
react-native-background-upload copied to clipboard
Compile and resolutionStrategy line in dependencies
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