# -*- mode: shell-script -*-
# TestFairy proguard file.
# This will be added to the main integrated/custom-proguard-project.txt
# file by the build tool.

-keep class com.testfairy.** { *; }
-dontwarn com.testfairy.**
-keepattributes Exceptions, Signature, LineNumberTable
