From d9e1754357aa8a27382e7bc5a25619800e65dd8e Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Sat, 16 Mar 2024 18:05:25 +0100 Subject: [PATCH] Remove dontobfuscate because that fixes the release build --- app/proguard.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/app/proguard.pro b/app/proguard.pro index 59efd7f618..47934ff6be 100644 --- a/app/proguard.pro +++ b/app/proguard.pro @@ -1,4 +1,3 @@ --dontobfuscate # OkHttp platform used only on JVM and when Conscrypt and other security providers are available. -dontwarn okhttp3.internal.platform.** -dontwarn org.conscrypt.**