Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Libraies Bug #282

Closed
wangshaolei opened this issue Apr 12, 2017 · 6 comments
Closed

External Libraies Bug #282

wangshaolei opened this issue Apr 12, 2017 · 6 comments
Milestone

Comments

@wangshaolei
Copy link

External Libraies Bug

why compile 'com.amazonaws:aws-android-sdk-s3:2.4.1 include 1_commons-io-1.3.2 and commons-io-1.3.2, i understand, that cause gradle error?

@mlshon
Copy link
Contributor

mlshon commented Apr 12, 2017

What SDK version are you using?
Try using the latest version.

@wangshaolei
Copy link
Author

@mlshon hi, i use sdk version com.amazonaws:aws-android-sdk-s3:2.4.1
what's the last version

@mlshon
Copy link
Contributor

mlshon commented Apr 13, 2017

2.4.1 is the latest version.
I listed com.amazonaws:aws-android-sdk-s3:2.4.1 as a dependency in my gradle file and there was no gradle error.

@wangshaolei
Copy link
Author

@mlshon but, i use com.amazonaws:aws-android-sdk-s3:2.4.1 that include 1_commons-io-1.3.2 and commons-io-1.3.2 at the same time.
i must use for example

 compile('com.amazonaws:aws-android-sdk-s3:2.4.1') {
        exclude module: 'commons-io'
    }

@mlshon
Copy link
Contributor

mlshon commented Apr 14, 2017

Can you paste your gradle?
I am not able to reproduce this error you're getting.

@minbi minbi added this to the 2.4.2 milestone Apr 19, 2017
@minbi
Copy link
Contributor

minbi commented Apr 19, 2017

AWS SDK for Android v2.4.1 has been released

@minbi minbi closed this as completed Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants