From ba0162e4132c58ddb3dfc1e651e471f0c798a177 Mon Sep 17 00:00:00 2001 From: lyy Date: Tue, 14 Apr 2020 13:25:22 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba457017..4f6306bb 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ protected void onCreate(Bundle savedInstanceState) { -keep class **$$DownloadListenerProxy{ *; } -keep class **$$UploadListenerProxy{ *; } -keep class **$$DownloadGroupListenerProxy{ *; } +-keep class **$$DGSubListenerProxy{ *; } -keepclasseswithmembernames class * { @Download.* ; @Upload.* ;