Aggiunta esclusione classi JJWT dall'obfuscation
This commit is contained in:
parent
998a59cffc
commit
007d58a17e
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -34,6 +34,11 @@
|
||||
<init>(...);
|
||||
@com.google.gson.annotations.SerializedName <fields>;
|
||||
}
|
||||
|
||||
# Per JJWT
|
||||
-keep class io.jsonwebtoken.** { *; }
|
||||
-keepnames class io.jsonwebtoken.* { *; }
|
||||
|
||||
# Retain generic signatures of TypeToken and its subclasses with R8 version 3.0 and higher.
|
||||
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
|
||||
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user