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' } }