


-keeppackagenames com.appsflyer.internal,com.appsflyer
-dontwarn com.android.installreferrer,com.appsflyer.**




# https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android#11-known-issues
# Also will make it easier to investigate stack traces coming from clients
-keep class com.appsflyer.** {
    <fields>;
    <methods>;
}

-keep class com.appsflyer.internal.c$4 {
    <init>(java.lang.Object);
}

-keep class com.appsflyer.internal.c$3 {
    <init>(java.lang.Object);
}

-keep class com.appsflyer.internal.e

-keepclassmembers,allowobfuscation class com.appsflyer.internal.e {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.e$e {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.b {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.b$c$e {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.h$1 {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.j {
    <init>();
}

-keepclassmembers,allowoptimization,allowobfuscation class com.appsflyer.AFExecutor {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.AFExecutor$3 {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.AFExecutor$3$2 {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.AFFacebookDeferredDeeplink {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.AFFacebookDeferredDeeplink$3 {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.f {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.i {
    <init>();
}

-keep class com.appsflyer.internal.o

-keepclassmembers,allowobfuscation class com.appsflyer.internal.o {
    <init>();
}

-keep class com.appsflyer.AFLogger {
    void afRDLog(java.lang.String);
}

-keep class com.appsflyer.internal.k

-keepclassmembers,allowobfuscation class com.appsflyer.internal.k {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.k$d {
    <init>();
}

-keep class com.appsflyer.internal.m

-keep class com.appsflyer.internal.l

-keepclassmembers,allowoptimization,allowobfuscation class com.appsflyer.AFVersionDeclaration {
    <init>();
}

-keep class com.appsflyer.internal.s

-keepclassmembers,allowobfuscation class com.appsflyer.internal.s {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.q {
    <init>();
}

-keepclassmembers,allowoptimization,allowobfuscation class com.appsflyer.AppsFlyerLibCore {
    <init>();
}

-keepclassmembers,allowoptimization,allowobfuscation class com.appsflyer.AppsFlyerProperties {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.t {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.v {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.z {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.ab {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.ac {
    <init>();
}

-keepclassmembers,allowoptimization,allowobfuscation class com.appsflyer.ServerParameters {
    <init>();
}

-keepclassmembers,allowobfuscation class com.appsflyer.internal.ad {
    <init>();
}

-keep class com.appsflyer.internal.ag {
    <init>(java.io.InputStream,int[],int,byte[],int,int);
}

# Enumerations.
-keepclassmembers enum  * {
    public static **[] values();
    public static ** valueOf(java.lang.String);
}

-keep class com.appsflyer.AFKeystoreWrapper

-keep,allowshrinking class com.appsflyer.AFKeystoreWrapper

-keep class com.appsflyer.AFVersionDeclaration

-keepclassmembers class com.appsflyer.AFVersionDeclaration {
    private static java.lang.String googleSdkIdentifier;
    public static void init();
}
