androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 177 forks source link

2.1.4 version is present in the Google Maven repo, but not listed as a release #611

Closed Lingviston closed 2 years ago

Lingviston commented 2 years ago

I'm using the versions plugin to keep on track with version updates. Not so long ago it began telling me that the version 2.1.4 of the ConstraintLayout is available. It indeed exists in the Google repository, however it is not listed in releases on Github or on Android Developer.

Should I use it?

Lingviston commented 2 years ago

https://github.com/androidx/constraintlayout/releases/tag/2.1.4 Release got listed on GitHub. I assume that answers the question :)