79310637

Date: 2024-12-26 23:46:25
Score: 0.5
Natty:
Report link

Forcing Guava to a very specific version 33.2.0 worked with my case:

configurations.all {
    resolutionStrategy {
        force 'com.google.guava:guava:33.2.0-android'
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Benoit