Skip to content

Commit 35b1260

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 1181651 commit 35b1260

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
@@ -50,7 +50,7 @@ dependencies {
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
5151
implementation 'androidx.core:core-ktx:1.5.0'
5252
implementation 'androidx.appcompat:appcompat:1.3.0'
53-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
53+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
5454
implementation project(path: ':progress-button')
5555
implementation project(path: ':progress-button-compose')
5656
testImplementation 'junit:junit:4.+'

0 commit comments

Comments
 (0)