From af2727b633baa321e9711c21304c28e28d43be31 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Mon, 24 Apr 2023 12:08:03 +0200 Subject: [PATCH] Remove shrinker rules for okhttp (#3560) Now included automatically in OkHttp. --- app/proguard-rules.pro | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 0769626ae..9ab3dd83f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -78,13 +78,6 @@ -keepattributes Signature -keep class kotlin.coroutines.Continuation -# We can remove these rules after updating to OkHttp 4.10.1 -# https://github.com/square/okhttp/blob/339732e3a1b78be5d792860109047f68a011b5eb/okhttp/src/jvmMain/resources/META-INF/proguard/okhttp3.pro#L11-L14 --dontwarn okhttp3.internal.platform.** --dontwarn org.conscrypt.** --dontwarn org.bouncycastle.** --dontwarn org.openjsse.** - # preserve line numbers for crash reporting -keepattributes SourceFile,LineNumberTable -renamesourcefileattribute SourceFile