diff --git a/omniNotes/build.gradle b/omniNotes/build.gradle index a0ed122a36..7f724e8ef5 100644 --- a/omniNotes/build.gradle +++ b/omniNotes/build.gradle @@ -97,7 +97,7 @@ android { dependencies { androidTestCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12' - androidTestCompile 'com.android.support:support-annotations:25.1.0' + androidTestCompile 'com.android.support:support-annotations:23.4.0' androidTestCompile 'com.android.support.test:runner:0.5' androidTestCompile 'com.android.support.test:rules:0.5' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2' @@ -128,8 +128,10 @@ dependencies { compile('com.github.afollestad.material-dialogs:commons:0.8.5.6@aar') { transitive = true } - compile 'com.jakewharton:butterknife:8.5.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' + compile ('com.jakewharton:butterknife:8.5.1'){ + exclude group: 'com.android.support' + } compile('org.mnode.ical4j:ical4j:1.0.6') { exclude group: 'commons.io' }