You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's some coverage of this in the release notes (and an associated announcement and issue, plus some hacky runtime warnings in older versions, though that was a pretty weird thing for us to do :)). At this point, we're committed to keeping it that way. But if this is causing you difficulties, or if there are other ways you can think of that we could get the word out better when we drop support for Java versions, we'd be interested in hearing about it to help our future work.
Tried with Gradle:
`api group: 'com.google.guava', name: 'guava', version: '31.0-android'
The issue is triggered by this transitive dependency
No matching variant of org.checkerframework:checker-qual:3.12.0 was found.
.Downgrading to Guava 30.1.1 seems to solve the issue:
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-android'
Thanks!
The text was updated successfully, but these errors were encountered: