build: fix on startup crash on nightly release
This commit is contained in:
parent
d7287441ca
commit
7917e34568
|
@ -42,6 +42,10 @@
|
|||
|
||||
-keepattributes LineNumberTable
|
||||
|
||||
-keepattributes *
|
||||
-keep class com.google.gson.reflect.TypeToken { *; }
|
||||
-keep class * extends com.google.gson.reflect.TypeToken { *; }
|
||||
|
||||
# Parceler library
|
||||
-keep interface org.parceler.Parcel
|
||||
-keep @org.parceler.Parcel class * { *; }
|
||||
|
|
Loading…
Reference in New Issue