Skip to content

Commit f1e6775

Browse files
Bump constraintlayout from 1.1.3 to 2.0.4
Bumps constraintlayout from 1.1.3 to 2.0.4. Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c58b89e commit f1e6775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2828
implementation "androidx.appcompat:appcompat:$appcompat_version"
2929
implementation "androidx.core:core-ktx:$core_version"
30-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
30+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3131
implementation "com.google.android.material:material:$material_version"
3232
testImplementation 'junit:junit:4.13'
3333
androidTestImplementation 'androidx.test:runner:1.2.0'

0 commit comments

Comments
 (0)