# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /home/sergioc/Applications/android-sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

-keepparameternames
-keepattributes *Annotation*
-dontwarn com.truecaller.**
-dontwarn android.os.**
-dontnote com.truecaller.**

-keep interface com.truecaller.android.sdk.clients.VerificationCallback{ *; }
-keep class com.truecaller.android.sdk.TrueException{ *; }
-keep class com.truecaller.android.sdk.models.**{ *; }
# keeping it here as the older trucaller internal uses parcelable model to communicate till 7.35.
# can be removed when we officially drop support for the versions 7.35 and below
-keep class com.truecaller.android.sdk.TrueResponse{ *; }

-keep class **.R
-keep class **.R$* {
    <fields>;
}