diff --git a/build.gradle b/build.gradle index 1e5cc4c01..6a596f565 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext.deps = [ supportAppCompat : "androidx.appcompat:appcompat:$ANDROIDX_VERSION", supportCoreUi : "androidx.legacy:legacy-support-core-ui:$ANDROIDX_VERSION", supportRecyclerView: "androidx.recyclerview:recyclerview:$ANDROIDX_VERSION", - supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.1.2", + supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.1.4", supportSqlite : "androidx.sqlite:sqlite-framework:2.2.0", supportEspresso : 'androidx.test.espresso:espresso-core:3.4.0', supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.4.0',