DesktopMode: Update gradle to 7.2.2

Change-Id: I0fcb5210525349b88e0b286ef276d00fcc9de7e0
diff --git a/build.gradle b/build.gradle
index 4e04c69..5ae9a7b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 plugins {
-    id 'com.android.application' version '7.2.0' apply false
-    id 'com.android.library' version '7.2.0' apply false
+    id 'com.android.application' version '7.2.2' apply false
+    id 'com.android.library' version '7.2.2' apply false
 }
 
 task clean(type: Delete) {