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

Commit a60d986

Browse files
authored
Update README.md
1 parent 115f9f6 commit a60d986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If using ConstraintLayout with the Android View system, add:
3434
```gradle
3535
dependencies {
3636
37-
implementation("androidx.constraintlayout:constraintlayout:2.1.0-beta02")
37+
implementation("androidx.constraintlayout:constraintlayout:2.1.0-rc01")
3838
3939
}
4040
```
@@ -44,7 +44,7 @@ If using ConstraintLayout with Jetpack Compose, add:
4444
```gradle
4545
dependencies {
4646
47-
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha08")
47+
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.0-beta01")
4848
4949
}
5050
```

0 commit comments

Comments
 (0)