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
Revert "Exclude testfairy from obfuscation"
This reverts commit 9900d1e.
  • Loading branch information
markushi committed Oct 1, 2024
commit c5fd479406bb35cca20f7d1b70a235a3045b340c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,3 @@
-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