X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fbuild.gradle;h=2d2659e1831a75876d58a0543075282a175473b8;hb=7a50ceb860a8b4899ab2478bf0457f272feab3dd;hp=268de8d7c3ed5c10fa970bf71c9cfb4fb6fb36dc;hpb=5357aad6d0389deaa2acd631d5b1ef6c4b2e62ed;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 268de8d7..2d2659e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' testImplementation 'junit:junit:4.13.2'