Skip to content

Commit

Permalink
Update android/app/proguard-rules.pro
Browse files Browse the repository at this point in the history
Co-authored-by: Francois Laithier <[email protected]>
  • Loading branch information
mkhutornyi and francoisl authored Jan 30, 2024
1 parent dfe5988 commit e86ab89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
-keep, allowoptimization, allowobfuscation class expo.modules.** { *; }

# Keep generic signature of Call, Response (R8 full mode strips signatures from non-kept items).
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response

# With R8 full mode generic signatures are stripped for classes that are not
# kept. Suspend functions are wrapped in continuations where the type argument
# is used.
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
# With R8 full mode generic signatures are stripped for classes that are not
# kept. Suspend functions are wrapped in continuations where the type argument
# is used.
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation

# Added from auto-generated missingrules.txt to allow build to succeed
-dontwarn com.onfido.javax.inject.Inject
Expand Down

0 comments on commit e86ab89

Please sign in to comment.