META-INF.proguard.autovaluegson.pro Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auto-value-gson-runtime Show documentation
Show all versions of auto-value-gson-runtime Show documentation
AutoValue extension that creates a Gson TypeAdapterFactory
# Annotations are for embedding static analysis information.
-dontwarn org.jetbrains.annotations.**
-dontwarn com.google.errorprone.annotations.**
# Retain generated TypeAdapters if annotated type is retained.
-if @com.ryanharter.auto.value.gson.GenerateTypeAdapter class *
-keep class <1>_GsonTypeAdapter {
(...);
;
}
-if @com.ryanharter.auto.value.gson.GenerateTypeAdapter class **$*
-keep class <1>_<2>_GsonTypeAdapter {
(...);
;
}
-if @com.ryanharter.auto.value.gson.GenerateTypeAdapter class **$*$*
-keep class <1>_<2>_<3>_GsonTypeAdapter {
(...);
;
}
-if @com.ryanharter.auto.value.gson.GenerateTypeAdapter class **$*$*$*
-keep class <1>_<2>_<3>_<4>_GsonTypeAdapter {
(...);
;
}
-if @com.ryanharter.auto.value.gson.GenerateTypeAdapter class **$*$*$*$*
-keep class <1>_<2>_<3>_<4>_<5>_GsonTypeAdapter {
(...);
;
}
-if @com.ryanharter.auto.value.gson.GenerateTypeAdapter class **$*$*$*$*$*
-keep class <1>_<2>_<3>_<4>_<5>_<6>_GsonTypeAdapter {
(...);
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy