Skip to content

Commit

Permalink
Release 4.3.1 (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Dec 2, 2020
1 parent 12b4cda commit a108e06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.3.1 (Dec 2, 2020)
- Fix ANR and view pool resolution in nested group (#1101)

# 4.3.0 (Dec 1, 2020)
- ModelGroupHolder get recycle pool from parent (#1097)
- Add support for `EpoxyModelGroup` in the `EpoxyVisibilityTracker` (#1091)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {

ext.KOTLIN_VERSION = "1.4.20-RC"
ext.KOTLIN_VERSION = "1.4.20"
ext.ANDROID_PLUGIN_VERSION = '4.1.1'

repositories {
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.3.0
VERSION_NAME=4.3.1
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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a108e06

Please sign in to comment.