We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beb1fd commit cb6704dCopy full SHA for cb6704d
base/build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52
implementation 'androidx.appcompat:appcompat:1.6.1'
53
implementation 'androidx.core:core-ktx:1.12.0'
54
- implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+ implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
55
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
56
implementation 'com.google.android.material:material:1.11.0'
57
implementation "androidx.cardview:cardview:1.0.0"
0 commit comments