react-native-shine-button icon indicating copy to clipboard operation
react-native-shine-button copied to clipboard

Could not find com.github.prscX:ShineButton:0.2.1

Open ishaan-puniani opened this issue 6 years ago • 1 comments

Hello, I am getting this error. Please help

  • What went wrong: Could not resolve all files for configuration ':app:debugCompileClasspath'.

Could not find com.github.prscX:ShineButton:0.2.1. Searched in the following locations: file:/C:/Android/sdk/extras/m2repository/com/github/prscX/ShineButton/0.2.1/ShineButton-0.2.1.pom file:/C:/Android/sdk/extras/m2repository/com/github/prscX/ShineButton/0.2.1/ShineButton-0.2.1.jar file:/C:/Android/sdk/extras/google/m2repository/com/github/prscX/ShineButton/0.2.1/ShineButton-0.2.1.pom file:/C:/Android/sdk/extras/google/m2repository/com/github/prscX/ShineButton/0.2.1/ShineButton-0.2.1.jar file:/C:/Android/sdk/extras/android/m2repository/com/github/prscX/ShineButton/0.2.1/ShineButton-0.2.1.pom file:/C:/Android/sdk/extras/android/m2repository/com/github/prscX/ShineButton/0.2.1/ShineButton-0.2.1.jar

ishaan-puniani avatar Sep 16 '18 05:09 ishaan-puniani

Thanks @ishaan-puniani for raising the issue.

Have you add below script in your app build.gradle file?

maven { url "https://jitpack.io" }

Please refer README for the same. Let me know in case you face any issues.

Thanks </ Pranav >

prscX avatar Sep 19 '18 10:09 prscX