Skip to content

Commit 2acac62

Browse files
committed
Prepare version 10.2.0
1 parent e7df7bf commit 2acac62

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change 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+
413
Version 10.1.0 *(2019-02-13)*
514
-----------------------------
615

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
}
5353
5454
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'
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
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton
2-
VERSION_NAME=10.1.1-SNAPSHOT
2+
VERSION_NAME=10.2.0
33

44
POM_DESCRIPTION=Field and method binding for Android views.
55

0 commit comments

Comments
 (0)