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 c58b89e commit f1e6775Copy full SHA for f1e6775
sample/build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28
implementation "androidx.appcompat:appcompat:$appcompat_version"
29
implementation "androidx.core:core-ktx:$core_version"
30
- implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
31
implementation "com.google.android.material:material:$material_version"
32
testImplementation 'junit:junit:4.13'
33
androidTestImplementation 'androidx.test:runner:1.2.0'
0 commit comments