Upgrade to AGP 8.0.0-beta03

Test: ./gradlew tasks
Change-Id: Ic8b639378a355d0f42f5f6c45536ec76f90b47c3
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8407295..4e54d42 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,13 +2,13 @@
 # -----------------------------------------------------------------------------
 # All of the following should be updated in sync.
 # -----------------------------------------------------------------------------
-androidGradlePlugin = "8.0.0-alpha07"
+androidGradlePlugin = "8.0.0-beta03"
 # NOTE: When updating the lint version we also need to update the `api` version
 # supported by `IssueRegistry`'s.' For e.g. r.android.com/1331903
-androidLint = "31.0.0-alpha07"
+androidLint = "31.0.0-beta03"
 # Once you have a chosen version of AGP to upgrade to, go to
 # https://developer.android.com/studio/archive and find the matching version of Studio.
-androidStudio = "2022.2.1.7"
+androidStudio = "2022.2.1.14"
 # -----------------------------------------------------------------------------
 
 androidGradlePluginMin = "7.0.4"