Skip to content

Commit

Permalink
Release 4.6.2 (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Jun 11, 2021
1 parent 71d1198 commit 4584cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.6.2 (June 11, 2021)
Fix Drag n Drop not working in 4.6.1 (#1195)

# 4.6.1 (May 13, 2021)
Adds "epoxyDisableDslMarker" annotation processor flag which you can use to delay migration to the model building scope DLSMarker introduced in 4.6.0 if it is a large breaking change for your project.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.6.1
VERSION_NAME=4.6.2
GROUP=com.airbnb.android
POM_DESCRIPTION=Epoxy is a system for composing complex screens with a ReyclerView in Android.
POM_URL=https://github.com/airbnb/epoxy
Expand Down

0 comments on commit 4584cc0

Please sign in to comment.