Skip to content

Commit 39aba7a

Browse files
chore(deps): bump constraintlayout from 2.0.4 to 2.1.0 in /snippets (#646)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89f4e48 commit 39aba7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation 'androidx.core:core-ktx:1.6.0'
5252
implementation 'androidx.appcompat:appcompat:1.3.1'
5353
implementation 'com.google.android.material:material:1.4.0'
54-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
54+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
5555
implementation 'androidx.navigation:navigation-fragment:2.3.5'
5656
implementation 'androidx.navigation:navigation-ui:2.3.5'
5757
implementation 'com.android.volley:volley:1.2.1'

0 commit comments

Comments
 (0)