From 6528d3633cee785ca48508c8a21e76c499d75002 Mon Sep 17 00:00:00 2001 From: kunfei Date: Wed, 4 Mar 2020 18:55:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 95a47f942..2c9c17581 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -168,6 +168,7 @@ -dontnote org.python.core.** -dontwarn com.hwangjr.rxbus.** -dontwarn okhttp3.** +-dontwarn org.conscrypt.** -keep class retrofit2.**{*;} -keep class okhttp3.**{*;}