Skip to content

Commit

Permalink
Exclude testfairy from obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed Oct 1, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent a5bfe94 commit 9900d1e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -40,3 +40,10 @@
-dontwarn org.mockito.internal.**
-dontwarn org.jetbrains.annotations.**
-dontwarn io.sentry.android.replay.ReplayIntegration

# As described here
# https://docs.saucelabs.com/testfairy/sdk/android/integrating-android/#proguard-optional
-keep class com.testfairy.** { *; }
-dontwarn com.testfairy.**
-keepattributes Exceptions, Signature, LineNumberTable
-dontusemixedcaseclassnames

0 comments on commit 9900d1e

Please sign in to comment.