Skip to content

Commit acb5bcb

Browse files
committed
Upgrade constriantlayout to 1.1.3
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent 773cedd commit acb5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
})
4444
implementation "androidx.appcompat:appcompat:$androidSupportVersion"
4545
implementation "androidx.legacy:legacy-preference-v14:$androidSupportVersion"
46-
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
46+
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4747
implementation "com.google.android.material:material:$androidSupportVersion"
4848
testImplementation 'junit:junit:4.12'
4949

0 commit comments

Comments
 (0)