Eleven: Update dependencies

* Follow AndroidStudio recommendations

Change-Id: Id0da019c86160ecf04d7f716cbae1975a0813096
diff --git a/build.gradle b/build.gradle
index a3b37ec..1f6ac79 100644
--- a/build.gradle
+++ b/build.gradle
@@ -119,7 +119,7 @@
     // AndroidX - https://developer.android.com/jetpack/androidx/releases
 
     // see https://developer.android.com/jetpack/androidx/releases/appcompat
-    implementation "androidx.appcompat:appcompat:1.2.0"
+    implementation "androidx.appcompat:appcompat:1.4.0"
 
     // see https://developer.android.com/jetpack/androidx/releases/cardview
     implementation "androidx.cardview:cardview:1.0.0"
@@ -131,11 +131,11 @@
     implementation "androidx.preference:preference:1.1.1"
 
     // see https://developer.android.com/jetpack/androidx/releases/recyclerview
-    implementation "androidx.recyclerview:recyclerview:1.1.0"
+    implementation "androidx.recyclerview:recyclerview:1.2.1"
 
     // see https://developer.android.com/jetpack/androidx/releases/constraintlayout
-    implementation "androidx.constraintlayout:constraintlayout:2.0.4"
+    implementation "androidx.constraintlayout:constraintlayout:2.1.2"
 
     // see https://github.com/material-components/material-components-android/releases
-    implementation "com.google.android.material:material:1.3.0"
+    implementation "com.google.android.material:material:1.4.0"
 }