Updated to butterknife 8.
This commit is contained in:
parent
816d8676fd
commit
e73feb48af
27 changed files with 209 additions and 174 deletions
|
|
@ -15,6 +15,7 @@ apply plugin: 'com.android.application'
|
|||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'com.jakewharton.hugo'
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
apply plugin: 'android-apt'
|
||||
|
||||
repositories {
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
|
|
@ -136,7 +137,6 @@ dependencies {
|
|||
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3'
|
||||
compile 'com.squareup.retrofit2:retrofit:2.1.0'
|
||||
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
//noinspection GradleDynamicVersion
|
||||
compile 'com.anjlab.android.iab.v3:library:1.0.+'
|
||||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.1'
|
||||
|
|
@ -146,4 +146,7 @@ dependencies {
|
|||
compile 'com.heinrichreimersoftware:material-intro:1.5.7'
|
||||
compile 'me.zhanghai.android.materialprogressbar:library:1.1.7'
|
||||
compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
|
||||
|
||||
compile 'com.jakewharton:butterknife:8.2.1'
|
||||
apt 'com.jakewharton:butterknife-compiler:8.2.1'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue