diff --git a/vector/build.gradle b/vector/build.gradle index 74b53d9526..06355e2aa8 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -347,7 +347,7 @@ dependencies { implementation "androidx.recyclerview:recyclerview:1.2.1" implementation 'androidx.appcompat:appcompat:1.3.1' implementation "androidx.fragment:fragment-ktx:$fragment_version" - implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta02' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation "androidx.sharetarget:sharetarget:1.1.0" implementation 'androidx.core:core-ktx:1.6.0' implementation "androidx.media:media:1.4.1"