improve proguard configuration
This commit is contained in:
parent
254be4b21c
commit
c2c607270a
1 changed files with 5 additions and 0 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -58,3 +58,8 @@
|
|||
public static *** v(...);
|
||||
public static *** i(...);
|
||||
}
|
||||
|
||||
# remove some kotlin overhead
|
||||
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
|
||||
static void checkParameterIsNotNull(java.lang.Object, java.lang.String);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue