Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit f74796c

Browse files
authored
Update Readme with new stable versions
1 parent 71a924a commit f74796c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![core](https://github.com/androidx/constraintlayout/workflows/core/badge.svg) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
44

5-
<img src="https://img.shields.io/badge/stable-2.1.3-blue"/><img src="https://img.shields.io/badge/compose-1.0.0-blue"/>
5+
<img src="https://img.shields.io/badge/stable-2.1.4-blue"/><img src="https://img.shields.io/badge/compose-1.0.1-blue"/>
66

77

88
ConstraintLayout is a layout manager for Android which allows you to position and size widgets in a flexible way. It's available for both the Android view system and Jetpack Compose.
@@ -36,7 +36,7 @@ If using ConstraintLayout with the Android View system, add:
3636
```gradle
3737
dependencies {
3838
39-
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
39+
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4040
4141
}
4242
```
@@ -46,7 +46,7 @@ If using ConstraintLayout with Jetpack Compose, add:
4646
```gradle
4747
dependencies {
4848
49-
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.0")
49+
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
5050
5151
}
5252
```

0 commit comments

Comments
 (0)