Skip to content

Commit

Permalink
Update ConstraintLayout to 2.2.0
Browse files Browse the repository at this point in the history
Closes: #425
  • Loading branch information
ghusta committed Nov 1, 2024
1 parent b741a1c commit 197c08f
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 @@ -76,7 +76,7 @@ if (keystorePropertiesFile.exists()) {

dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.browser:browser:1.8.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Expand Down

0 comments on commit 197c08f

Please sign in to comment.