From 5fd6e2510a7f98e806803a4662feb8bd1e6024a6 Mon Sep 17 00:00:00 2001 From: Devlin Chiu Date: Fri, 19 May 2017 10:19:02 +0800 Subject: [PATCH] =?UTF-8?q?README=E6=B7=BB=E5=8A=A0ProGuard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b622fbe..ba126309 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,11 @@ Step 1.Add it in your root build.gradle at the end of repositories: Step 2. Add the dependency dependencies { - compile 'com.github.DevlinChiu:MagicPlayer:v1.0' - } \ No newline at end of file + compile 'com.github.DevlinChiu:MagicPlayer:1.0.1' + } +### ProGuard + + -keep class tv.danmaku.ijk.** { *; } + -dontwarn tv.danmaku.ijk.** + -keep class com.devlin_n.magic_player.** { *; } + -dontwarn com.devlin_n.magic_player.**