Skip to content

Commit

Permalink
Prepare version 10.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 12, 2020
1 parent 442e6c2 commit 888791b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 10.2.3 *(2020-08-12)*
-----------------------------

Heads up: Development on this tool is winding down as [view binding](https://developer.android.com/topic/libraries/view-binding) is stable in AS/AGP 3.6+.

* Fix: Support receiving `MotionEvent` in an `@OnTouch` callback when using 'butterkninfe-reflect'.


Version 10.2.2 *(2020-08-03)*
-----------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
}
dependencies {
implementation 'com.jakewharton:butterknife:10.2.2'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.2'
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
}
```

Expand All @@ -80,7 +80,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.2'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jakewharton
VERSION_NAME=10.2.3-SNAPSHOT
VERSION_NAME=10.2.3

POM_DESCRIPTION=Field and method binding for Android views.

Expand Down

0 comments on commit 888791b

Please sign in to comment.