alhazmy13 / MediaPicker

Media Picker is an Android Libary that lets you to select multiple images or video
alhazmy13.net
Apache License 2.0
268 stars 86 forks source link

Failed to resolve: MediaPicker:libary:unspecified #93

Closed rafalzawadzki closed 5 years ago

rafalzawadzki commented 5 years ago

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:

implementation 'io.reactivex.rxjava2:rxjava:2.1.12'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'io.reactivex.rxjava2:rxkotlin:2.2.0'
implementation 'net.alhazmy13.MediaPicker:rxjava:2.4.4'

also tried adding implementation 'net.alhazmy13.MediaPicker:libary:2.4.4' with no success.

stevyhacker commented 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'

rafalzawadzki commented 5 years ago

worked, thanks!

HBiSoft commented 5 years ago

@rafalzawadzki worked, thanks! - Then close the issue