Skip to content

Commit

Permalink
include ButterMess as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
peacepassion committed Jul 2, 2016
1 parent 68a9b7f commit 5fac824
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "ButterMess"]
path = ButterMess
url = https://github.com/peacepassion/ButterMess
1 change: 1 addition & 0 deletions ButterMess
Submodule ButterMess added at 233ea8
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,11 @@ apply plugin: 'me.ele.mess'

that's all, just simple as that

## Note
As almost every Android project uses [Butterknife](jakewharton.github.io/butterknife) for view injection. And Butterknife has its own proguard rules which keeps every class using Butterknife. As as result, almost every android activity, fragment, custom view would be kept. And out Mess plugin is useless.

But good news is that we studied Butterknife source code and figured it out. And the solution is also a gradle plugin [ButterMess](jakewharton.github.io/butterknife) which has been a submodule of this project.

## feel free to use, welcome issue and comment


0 comments on commit 5fac824

Please sign in to comment.