[app] Add rule for gson (#266)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
This commit is contained in:
parent
cb5940bc1a
commit
300b7557c0
|
|
@ -18,3 +18,7 @@
|
||||||
|
|
||||||
-repackageclasses
|
-repackageclasses
|
||||||
-allowaccessmodification
|
-allowaccessmodification
|
||||||
|
|
||||||
|
# Gson uses generic type information stored in a class file when working with fields. Proguard
|
||||||
|
# removes such information by default, so configure it to keep all of it.
|
||||||
|
-keepattributes Signature,InnerClasses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue