Introduce ButterKnife

This commit is contained in:
2016-05-27 23:02:04 -04:00
parent 071cad73d4
commit b98853ab26
4 changed files with 75 additions and 83 deletions

View File

@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'
android {
compileSdkVersion 23
@@ -40,6 +41,8 @@ dependencies {
compile 'org.apmem.tools:layouts:1.10@aar'
compile 'com.opencsv:opencsv:3.7'
compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
compile 'com.jakewharton:butterknife:8.0.1'
apt 'com.jakewharton:butterknife-compiler:8.0.1'
compile project(':libs:drag-sort-listview:library')