react-native-background-job
react-native-background-job copied to clipboard
Could not find com.firebase:firebase-jobdispatcher:0.8.5.
Error message
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.firebase:firebase-jobdispatcher:0.8.5.
Same issue. maintainer please resolve.
同样的问题。维护者请解决。
File modification:you project/android/build.gradle allprojects { repositories { jcenter() // add mavenCentral() ... } }
@zhengyanGit thanks. where u find this ?
Could not find method compile() for arguments [com.firebase:firebase-jobdispatcher:0.8.5] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
@zhengyanGit thanks. where u find this ?
How you can solve the error I do the same but i can't get success.
@saparabhavin change compile to implementation as mentioned in another issue.