diff --git a/build.gradle b/build.gradle index ddca0e259..533c67c69 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,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:1.1.2", + supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.0.4", supportSqlite : "androidx.sqlite:sqlite-framework:2.1.0", supportEspresso : 'androidx.test.espresso:espresso-core:3.1.0', supportDesign : "com.google.android.material:material:1.0.0-rc01",