Aperture: Update AGP to 7.3.0

Change-Id: I5abe40b995e71d71a1a21f95abdb14f0d6e7e6c3
diff --git a/build.gradle.kts b/build.gradle.kts
index d47f7ab..d3c5821 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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.2" apply false
-    id("com.android.library") version "7.2.2" apply false
+    id("com.android.application") version "7.3.0" apply false
+    id("com.android.library") version "7.3.0" apply false
     id("org.jetbrains.kotlin.android") version "1.7.10" apply false
 }