proguard rule

This commit is contained in:
Shankar Yadav
2022-04-14 21:22:39 +05:30
parent 5c89ad8e7f
commit 0a01382e83

View File

@@ -56,4 +56,9 @@
-dontwarn com.moengage.inapp.ViewEngine
#appsflyer
-keep class com.appsflyer.** { *; }
-keep class com.appsflyer.** { *; }
#newrelic
-keep class com.newrelic.** { *; }
-dontwarn com.newrelic.**
-keepattributes Exceptions, Signature, InnerClasses, LineNumberTable, SourceFile, EnclosingMethod