Skip to content

Commit 638fdad

Browse files
author
Daniel Quah
committed
Use stable build of constraint layout
1 parent 03a10fa commit 638fdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ publishing {
7070
dependencies {
7171
implementation("nl.dionsegijn:konfetti-xml:2.0.4")
7272
val appcompat_version = "1.6.1"
73-
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha13")
73+
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
7474

7575
implementation("androidx.appcompat:appcompat:$appcompat_version")
7676
implementation("com.google.android.material:material:1.11.0")

0 commit comments

Comments
 (0)