We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ea074 commit 61e905cCopy full SHA for 61e905c
app/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
43
implementation 'androidx.appcompat:appcompat:1.3.1'
44
implementation 'androidx.core:core-ktx:1.6.0'
45
- implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
46
47
testImplementation 'junit:junit:4.13.2'
48
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
0 commit comments