diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e0b57442..3f9e383c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 5.1.4 +Change the way the Compose interop works to avoid Android 12 bug (#1370) + # 5.1.3 Update to kotlin 1.8.21 Fix click listener kapt bug (#1327) diff --git a/gradle.properties b/gradle.properties index 2dd35a0ca8..fe13cad7d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=5.1.3 +VERSION_NAME=5.1.4 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