diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 426e99530435..f393ff66bc25 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -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