react-native-background-job icon indicating copy to clipboard operation
react-native-background-job copied to clipboard

Could not find com.firebase:firebase-jobdispatcher:0.8.5.

Open zhengyanGit opened this issue 3 years ago • 6 comments
trafficstars

Error message

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.firebase:firebase-jobdispatcher:0.8.5.

zhengyanGit avatar Dec 21 '21 06:12 zhengyanGit

Same issue. maintainer please resolve.

Soumencapital avatar Feb 09 '22 13:02 Soumencapital

同样的问题。维护者请解决。

File modification:you project/android/build.gradle allprojects { repositories { jcenter() // add mavenCentral() ... } }

zhengyanGit avatar Feb 15 '22 06:02 zhengyanGit

@zhengyanGit thanks. where u find this ?

nahidmbstu avatar Aug 02 '22 10:08 nahidmbstu

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.

bibhuti9 avatar Feb 02 '23 18:02 bibhuti9

@zhengyanGit thanks. where u find this ?

How you can solve the error I do the same but i can't get success.

saparabhavin avatar Oct 02 '23 12:10 saparabhavin

@saparabhavin change compile to implementation as mentioned in another issue.

CedricBrandt avatar Apr 02 '24 08:04 CedricBrandt