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

plugin incompatible with android gradle plugin 3.2.1 #164

Open
wizofaus opened this issue Dec 4, 2018 · 0 comments
Open

plugin incompatible with android gradle plugin 3.2.1 #164

wizofaus opened this issue Dec 4, 2018 · 0 comments

Comments

@wizofaus
Copy link

wizofaus commented Dec 4, 2018

If you have a gradle multi-project that includes both the android plugin 3.2.1 and the latest aws plugin, there is a incompatibility with the versions of guava, and the commons-logging library. To fix it you can this to the buildscript section:

configurations.all {
  resolutionStrategy {
    force "com.google.guava:guava:23.0"
    force "commons-logging:commons-logging:1.2"
    force "commons-io:commons-io:2.4"
  }
}

But it might be better to ensure the aws plugin uses more up-to-date versions of these libraries.

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

1 participant