Skip to content

Commit

Permalink
Removed Butterknife
Browse files Browse the repository at this point in the history
Butterknife is currently incompatible with library use and highly
unlikely to change since it compromises security. See
JakeWharton/butterknife#45 for additional
details.
Closes #18
  • Loading branch information
DavidTPate committed Feb 7, 2014
1 parent bc7d9fa commit fef5149
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@
<artifactId>picasso</artifactId>
<version>2.2.0</version>
</dependency>

<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife</artifactId>
<version>4.0.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fef5149

Please sign in to comment.