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

Guava 31.1 is available #5

Closed
jeff-huston opened this issue Mar 9, 2022 · 4 comments
Closed

Guava 31.1 is available #5

jeff-huston opened this issue Mar 9, 2022 · 4 comments

Comments

@jeff-huston
Copy link

Hello,

Thank you for this plugin. It has helped us untangle some of these issues even though we don't fully understand how it all works :). Guava 31.1.1 was released on Feb 28, 2022. It looks like this plugin currently supports up to Guava 31.0.1.

We are running into a build error trying to update to Exoplayer 2.17.0, since that library now pulls in Guava 31.1.1.
Do you have plans to add support for Guava 31.1.1 to this plugin soon?

We are using exclude group for guava on our exoplayer dependency, but that doesn't seem to be enough to resolve the issue.

implementation "com.google.android.exoplayer:exoplayer:$exo_player_version", {
        exclude group: 'com.google.guava', module: 'guava'
}

Thank you again for this helpful plugin!

@jeff-huston
Copy link
Author

After further review, I misread the error. I'm going to close this issue and dig deeper into the problem. Sorry for the premature report.

@jjohannes
Copy link
Owner

I will reopen the issue, because I am quite sure I need to update the Plugin for Guava 31.1.x. I will do that soon.

Thanks for opening the issue.

@jjohannes jjohannes reopened this Mar 9, 2022
@jeff-huston jeff-huston changed the title Guava 31.1.1 is available Guava 31.1 is available Mar 10, 2022
@jjohannes
Copy link
Owner

Fixed in release 31.1 (version of the plugin is now aligned with the max. supported Guava version)

@jeff-huston
Copy link
Author

Thanks for the fast turnaround, and great idea to align the versions!

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

2 participants