Thursday, October 29, 2020

ConstraintLayout 2.0.4

ConstraintLayout 2.0.4 is now available on the google maven repository:

dependencies {
  implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
}

or if using the android.support packages:

dependencies {
  implementation 'com.android.support.constraint:constraint-layout:2.0.4'
}

Documentation & Examples





Bugfixes

This releases fixes a NPE that may happen when removing a child view of ConstraintLayout at runtime. It is recommended to update to this version.

List of issues closed with this release:

NPE in ConstraintLayout.Measurer (v2.0.3)171901411