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 773cedd commit acb5bcbCopy full SHA for acb5bcb
app/build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
})
44
implementation "androidx.appcompat:appcompat:$androidSupportVersion"
45
implementation "androidx.legacy:legacy-preference-v14:$androidSupportVersion"
46
- implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
+ implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
47
implementation "com.google.android.material:material:$androidSupportVersion"
48
testImplementation 'junit:junit:4.12'
49
0 commit comments