Skip to content

Commit 3c2c945

Browse files
authored
Update proguard-rules.pro
Fix for okhttp Signed-off-by: Hillel Coren <[email protected]>
1 parent ee63f09 commit 3c2c945

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/app/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
-dontwarn com.google.android.gms.auth.api.credentials.CredentialsClient
1212
-dontwarn com.google.android.gms.auth.api.credentials.HintRequest$Builder
1313
-dontwarn com.google.android.gms.auth.api.credentials.HintRequest
14+
15+
# Keep OkHttp classes used by uCrop
16+
-keep class okhttp3.** { *; }
17+
-dontwarn okhttp3.**

0 commit comments

Comments
 (0)