File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
13
Version 10.1.0 * (2019-02-13)*
5
14
-----------------------------
6
15
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ android {
52
52
}
53
53
54
54
dependencies {
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'
57
57
}
58
58
```
59
59
@@ -75,7 +75,7 @@ buildscript {
75
75
google()
76
76
}
77
77
dependencies {
78
- classpath 'com.jakewharton:butterknife-gradle-plugin:10.1 .0'
78
+ classpath 'com.jakewharton:butterknife-gradle-plugin:10.2 .0'
79
79
}
80
80
}
81
81
```
Original file line number Diff line number Diff line change 1
1
GROUP =com.jakewharton
2
- VERSION_NAME =10.1.1-SNAPSHOT
2
+ VERSION_NAME =10.2.0
3
3
4
4
POM_DESCRIPTION =Field and method binding for Android views.
5
5
You can’t perform that action at this time.
0 commit comments