All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.proguard.cache.pro Maven / Gradle / Ivy

Go to download

Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.

There is a newer version: 33.2.0-jre
Show newest version
# Striped64 uses this
-dontwarn sun.misc.Unsafe

# Striped64 appears to make some assumptions about object layout that
# really might not be safe. This should be investigated.
-keepclassmembers class com.google.common.cache.Striped64 {
  *** base;
  *** busy;
}
-keepclassmembers class com.google.common.cache.Striped64$Cell {
  ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy