Skip to content

Commit

Permalink
README添加ProGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed May 19, 2017
1 parent d76a778 commit 5fd6e25
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
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.**

0 comments on commit 5fd6e25

Please sign in to comment.