Skip to content

Commit 494f4b9

Browse files
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0-alpha04
1 parent 837639b commit 494f4b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
4040

4141
implementation 'androidx.appcompat:appcompat:1.3.0'
42-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
42+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha04'
4343
implementation 'com.google.android.material:material:1.3.0'
4444
implementation project(':trashapp_common')
4545
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

trashapp_common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
testImplementation 'junit:junit:4.12'
4242
androidTestImplementation 'androidx.test:runner:1.3.0'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
44-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
44+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha04'
4545
implementation "androidx.room:room-runtime:2.3.0"
4646
annotationProcessor "androidx.room:room-compiler:2.3.0"
4747
implementation 'com.google.firebase:firebase-core:19.0.0'

0 commit comments

Comments
 (0)