Update androidx to AGP 7.0-alpha15
Test: ./gradlew bOS
Change-Id: Ic8a0c6197e92e958251ecce74e5585f55af2fbdb
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 42c5121..c7c3f9f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,21 +2,13 @@
# -----------------------------------------------------------------------------
# All of the following should be updated in sync.
# -----------------------------------------------------------------------------
-androidGradlePlugin = "4.2.0-beta06"
+androidGradlePlugin = "7.0.0-alpha15"
# 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 = "27.2.0-beta06"
+androidLint = "30.0.0-alpha15"
# 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.
-# For example, if you are upgrading to AGP 3.6 alpha 05, look for the Studio 3.6 canary 5 build.
-# (alpha maps to canary, beta to beta, rc to rc, and no suffix for stable in both cases)
-#
-# The download url should contain: ...ide-zips/3.6.0.5/android-studio-ide-191.5721125-linux...
-# From this, the first number (3.6.0.5) is [androidStudio], the first number in the filename (192)
-# is the [androidStudioIdea] and the last number (5721125) is the [androidStudioBuildId].
-androidStudio = "4.2.0.22"
-androidStudioIdea = "202"
-androidStudioBuildId = "7188722"
+androidStudio = "2020.3.1.15"
# -----------------------------------------------------------------------------
androidxTest = "1.3.0"