diff --git a/app/build.gradle b/app/build.gradle index d5b0d9f..136f791 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'me.dm7.barcodescanner:zxing:1.9.13' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.squareup.okhttp3:okhttp:4.12.0'