SpringRecyclerView icon indicating copy to clipboard operation
SpringRecyclerView copied to clipboard

Fixed the implementation code in README.md

Open MohammedAbidNafi opened this issue 4 years ago • 0 comments

Fixed the implementation code

Previously gave the following error

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.gjiazhe:SpringRecyclerView:1.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/gjiazhe/SpringRecyclerView/1.0/SpringRecyclerView-1.0.pom - https://jcenter.bintray.com/com/gjiazhe/SpringRecyclerView/1.0/SpringRecyclerView-1.0.pom - https://jitpack.io/com/gjiazhe/SpringRecyclerView/1.0/SpringRecyclerView-1.0.pom Required by: project :app

Possible solution:

  • Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Now this is fixed

MohammedAbidNafi avatar May 20 '21 07:05 MohammedAbidNafi