Skip to content

Commit

Permalink
Merge pull request #35440 from mkhutornyi/fix-35344
Browse files Browse the repository at this point in the history
(cherry picked from commit 578a0b9)
  • Loading branch information
francoisl authored and OSBotify committed Jan 31, 2024
1 parent 8a80121 commit 7aeb9de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
-keep class com.expensify.chat.BuildConfig { *; }
-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

# 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
-dontwarn javax.lang.model.element.Element
Expand Down

0 comments on commit 7aeb9de

Please sign in to comment.