File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 10.2.0 * (2019-09-12)*
5+ -----------------------------
6+
7+ * New: Support incremental annotation processing.
8+ * Fix: Detect generated superclass bindings across compilation units.
9+ * Fix: Avoid deprecated APIs from the Android Gradle plugin. As a result, the new minimum supported version
10+ of the Android Gradle plugin is 3.3.
11+
12+
413Version 10.1.0 * (2019-02-13)*
514-----------------------------
615
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ android {
5252}
5353
5454dependencies {
55- implementation 'com.jakewharton:butterknife:10.1 .0'
56- annotationProcessor 'com.jakewharton:butterknife-compiler:10.1 .0'
55+ implementation 'com.jakewharton:butterknife:10.2 .0'
56+ annotationProcessor 'com.jakewharton:butterknife-compiler:10.2 .0'
5757}
5858```
5959
@@ -75,7 +75,7 @@ buildscript {
7575 google()
7676 }
7777 dependencies {
78- classpath 'com.jakewharton:butterknife-gradle-plugin:10.1 .0'
78+ classpath 'com.jakewharton:butterknife-gradle-plugin:10.2 .0'
7979 }
8080}
8181```
Original file line number Diff line number Diff line change 11GROUP =com.jakewharton
2- VERSION_NAME =10.1.1-SNAPSHOT
2+ VERSION_NAME =10.2.0
33
44POM_DESCRIPTION =Field and method binding for Android views.
55
You can’t perform that action at this time.
0 commit comments