diff --git a/app/build.gradle b/app/build.gradle index c16ae3a..49b29e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation coreKTX implementation appcompat - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation recyclerview implementation material testImplementation 'junit:junit:4.13.2' diff --git a/helpfulutils/build.gradle b/helpfulutils/build.gradle index 70775dc..5f6179b 100644 --- a/helpfulutils/build.gradle +++ b/helpfulutils/build.gradle @@ -44,7 +44,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation recyclerview implementation 'androidx.biometric:biometric:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' } apply from: '../publish.gradle' \ No newline at end of file diff --git a/testingplaygroundapp/build.gradle b/testingplaygroundapp/build.gradle index cc64ad5..a48ce78 100644 --- a/testingplaygroundapp/build.gradle +++ b/testingplaygroundapp/build.gradle @@ -43,11 +43,11 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation coreKTX implementation appcompat - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation recyclerview implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'