From ce2c1b679c7e5f23593da4aaad1169b8203b7b9f Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Tue, 31 Dec 2024 14:31:06 +0100 Subject: [PATCH] Add: Proguard option for okhttp3 --- proguard.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/proguard.pro b/proguard.pro index 75eba810d..321475af6 100644 --- a/proguard.pro +++ b/proguard.pro @@ -1,5 +1,6 @@ -dontobfuscate -dontwarn org.slf4j.impl.StaticLoggerBinder +-dontwarn okhttp3.internal.Util # Disable ServiceLoader reproducibility-breaking optimizations -keep class kotlinx.coroutines.CoroutineExceptionHandler