Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Exclude testfairy from obfuscation
  • Loading branch information
markushi committed Oct 1, 2024
commit 9900d1e61ab818716c526f6a58c643d555d9f97d
Original file line number Diff line number Diff line change
Expand Up @@ -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