PullableView
PullableView copied to clipboard
Failed to resolve: com.github.marcorighini:PullableView:1.1.0
Please provide additional details. Did you correctly follow the instructions in the dependency section of the readme (maven repository and dependency setup)?
@marcorighini yes, I have correctly followed all the instructions of yours.
I have added following line in the project level build.gradle
maven { url "https://jitpack.io" }
and added following line in the app level build.gradle file
implementation 'com.github.marcorighini:PullableView:1.1.0'