Skip to content

Commit 994373a

Browse files
chore(deps): bump androidx.constraintlayout:constraintlayout (#161)
Bumps androidx.constraintlayout:constraintlayout from 2.2.0 to 2.2.1. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0093d91 commit 994373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spotless {
5757
dependencies {
5858
implementation 'androidx.appcompat:appcompat:1.7.0'
5959
implementation 'com.google.android.material:material:1.12.0'
60-
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
60+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
6161
implementation project(path: ':eppo')
6262
testImplementation 'junit:junit:4.13.2'
6363
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

0 commit comments

Comments
 (0)