-
Notifications
You must be signed in to change notification settings - Fork 549
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
Comments
What SDK version are you using? |
@mlshon hi, i use sdk version com.amazonaws:aws-android-sdk-s3:2.4.1 |
2.4.1 is the latest version. |
@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. compile('com.amazonaws:aws-android-sdk-s3:2.4.1') {
exclude module: 'commons-io'
} |
Can you paste your gradle? |
AWS SDK for Android v2.4.1 has been released |
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?
The text was updated successfully, but these errors were encountered: