Skip to content

Commit 03cf6a6

Browse files
⬆️ Bump constraintlayout from 2.0.4 to 2.1.0
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](androidx/constraintlayout@2.0.4...2.1.0) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a699464 commit 03cf6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4141
implementation 'androidx.core:core-ktx:1.5.0'
4242
implementation 'androidx.appcompat:appcompat:1.3.0'
43-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
43+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
4444
implementation project(path: ':progress-button')
4545
testImplementation 'junit:junit:4.+'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

0 commit comments

Comments
 (0)