Looking for a ProGuard configuration for Guava that will obfuscate and optimize, as the default one that is provided on the website does not.
Not only that I cannot
These proguard-rules worked for me: guava 23.3-android
23.3-android
-dontwarn sun.misc.Unsafe -dontwarn com.google.common.collect.MinMaxPriorityQueue -dontwarn com.google.common.util.concurrent.FuturesGetChecked** -dontwarn javax.lang.model.element.Modifier