Skip to content

Commit

Permalink
Merge pull request #264 from Crazy-Marvin/dependabot/gradle/androidx.…
Browse files Browse the repository at this point in the history
…constraintlayout-constraintlayout-2.2.0

Bump androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0
  • Loading branch information
CrazyMarvin authored Nov 16, 2024
2 parents 8506087 + 02c4702 commit 0da9ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
}
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.preference:preference:1.2.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
Expand Down

0 comments on commit 0da9ea8

Please sign in to comment.