Update proguard.cfg (#1693)
TypeAdapter is an abstract class, and R8 warns about this during the build.
This commit is contained in:
parent
1a9469a8c5
commit
ceae88bd66
@ -15,7 +15,7 @@
|
||||
|
||||
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
|
||||
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)
|
||||
-keep class * implements com.google.gson.TypeAdapter
|
||||
-keep class * extends com.google.gson.TypeAdapter
|
||||
-keep class * implements com.google.gson.TypeAdapterFactory
|
||||
-keep class * implements com.google.gson.JsonSerializer
|
||||
-keep class * implements com.google.gson.JsonDeserializer
|
||||
|
Loading…
Reference in New Issue
Block a user