You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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')
toandroid/app/build.gradle
.However,
compile
is already deprecated so I write it asimplementation(':react-native-background-upload')
.Unfortunately, I get an error when building the application:
Does anyone know how else to write?
Thank you!
react-native
v0.70.3
react-native-background-upload:
v^6.6.0
The text was updated successfully, but these errors were encountered: