Skip to content

Commit

Permalink
Update dependency androidx.constraintlayout:constraintlayout to v2.2.…
Browse files Browse the repository at this point in the history
…0-alpha04
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 837639b commit 985dfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/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.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha04'
implementation 'com.google.android.material:material:1.3.0'
implementation project(':trashapp_common')
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion trashapp_common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha04'
implementation "androidx.room:room-runtime:2.3.0"
annotationProcessor "androidx.room:room-compiler:2.3.0"
implementation 'com.google.firebase:firebase-core:19.0.0'
Expand Down

0 comments on commit 985dfa6

Please sign in to comment.