hongyangAndroid / MPermissions

a easy API to use runtime permission for Android M
Apache License 2.0
976 stars 209 forks source link

android-apt:1.4' case databing error #24

Open fengqingyun2008 opened 7 years ago

fengqingyun2008 commented 7 years ago

In project's build.gradle, android-apt:1.4' case databing error. when id updata android-apt:1.8' ,it works OK.

fengqingyun2008 commented 7 years ago

I find android-apt:1.8 and butterknife's apt conflict, then I change annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0' to apt 'com.jakewharton:butterknife-compiler:8.4.0' ,it works OK.