We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee63f09 commit 3c2c945Copy full SHA for 3c2c945
android/app/proguard-rules.pro
@@ -11,3 +11,7 @@
11
-dontwarn com.google.android.gms.auth.api.credentials.CredentialsClient
12
-dontwarn com.google.android.gms.auth.api.credentials.HintRequest$Builder
13
-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