Upgrade to AGP 7.1.0-beta03

Test: ./gradlew bOS
Change-Id: I9304d42d989aaa51cb5d578ac1e9d8f9682d04c0
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ef2a296..6a7333c 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 = "7.1.0-beta02"
+androidGradlePlugin = "7.1.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 = "30.1.0-beta02"
+androidLint = "30.1.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 = "2021.1.1.15"
+androidStudio = "2021.1.1.16"
 # -----------------------------------------------------------------------------
 
 androidLintMin = "27.2.1"