I implemented the PRDownloader in my gradle.
implementation 'com.mindorks.android:prdownloader:0.6.0'
But when I type PRDownloader in my adapter class it gives me the error "Unknown Reference for: PRDownloader". It's the only error Android Studio gives me. I use mavenCentral()
instead of jcenter
. Maybe this could be causing some problems.
com.mindorks.android:prdownloader:0.6.0
replace with com.github.amitshekhariitbhu:PRDownloader:1.0.1
this library solve issue of Jcenter