Skip to content

Commit

Permalink
Fixed crash cause by new version of espresso (#4305)
Browse files Browse the repository at this point in the history
Co-authored-by: d4vidi <[email protected]>
  • Loading branch information
gosha212 and d4vidi authored Dec 24, 2023
1 parent 7e6ab80 commit 1b44946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions detox/android/detox/proguard-rules-app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
-keep class kotlin.io.** { *; }
-keep class okhttp3.** { *; }

-keep class androidx.concurrent.futures.CallbackToFutureAdapter$* { *; }
-keep class androidx.concurrent.futures.CallbackToFutureAdapter { *; }
-keep class androidx.concurrent.futures.** { *; }

0 comments on commit 1b44946

Please sign in to comment.