Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

maven issue #93

Open
johndev8964 opened this issue Feb 18, 2016 · 10 comments
Open

maven issue #93

johndev8964 opened this issue Feb 18, 2016 · 10 comments

Comments

@johndev8964
Copy link

Error:(44, 13) Failed to resolve: com.github.yazeed44:MultiImagePicker:1.3.0
Show in File Show in Project Structure dialog

I tried adding
repositories {
maven {
url "https://repo.commonsware.com.s3.amazonaws.com"
}
}

repositories {
maven { url 'https://dl.bintray.com/yazeed44/maven' }
}

I can't use this library.
Please check this maven issue.
Regards.

@Harin-Kaklotar
Copy link

exactly i got same error

@Harin-Kaklotar
Copy link

Hey i solve that problem.
I import as module and added to my project then add all the code same as sample and the extra i have add is

android {
packagingOptions {
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
    }
}

in my build.gradle (Module: app)

and it work fine

@johndev8964
Copy link
Author

i already added above code.it doesn't work

@Harin-Kaklotar
Copy link

hey i make example for you
https://github.com/Harin-Kaklotar/ForfriendLimingJin

@johndev8964
Copy link
Author

where is com.github.yazeed44:MultiImagePicker:1.3.0?

@Harin-Kaklotar
Copy link

no i did not add dependency i just add as module

@johndev8964
Copy link
Author

Can't we use gradle for this library?

@Harin-Kaklotar
Copy link

I think there are some issue in gradle. So I suggest you to use as module.
I hope now your problem is solved. :)

@abhimrawks
Copy link

any updates on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants