diff --git a/app/build.gradle b/app/build.gradle index d20c5493f..d1ea45b16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,11 +69,11 @@ android { dependencies { // AndroidX - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.preference:preference:1.1.1' - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' // Third-party implementation 'com.journeyapps:zxing-android-embedded:4.1.0@aar' @@ -90,7 +90,7 @@ dependencies { implementation 'io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:1.0.0' // Testing - testImplementation 'androidx.test:core:1.3.0' + testImplementation 'androidx.test:core:1.4.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.4' }