Closed rafalzawadzki closed 5 years ago
You have to add @aar at the end of dependencies for this to build successfully.
implementation 'net.alhazmy13.MediaPicker:libary:2.4.4@aar'
implementation 'net.alhazmy13.MediaPicker:rxjava:2.4.4@aar'
worked, thanks!
@rafalzawadzki worked, thanks!
- Then close the issue
I am trying to use the rx extension, but unfortunately Gradle fails to resolve the dependency with an error
Failed to resolve: MediaPicker:libary:unspecified
My dependencies:
also tried adding
implementation 'net.alhazmy13.MediaPicker:libary:2.4.4'
with no success.