Reland upgrade to AGP 8.2.0-alpha15
Fixed androidx_compose_multiplatform build target
Bug: 293505425
Bug: 293517205
Test: ./gradlew lint
Change-Id: Idb72689e0f49582e7cff995caea219f612ccb2d5
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 28950cc..137b722 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.1.0"
+androidGradlePlugin = "8.2.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 = "31.1.0"
+androidLint = "31.2.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.
-androidStudio = "2022.3.1.18"
+androidStudio = "2023.1.1.15"
# -----------------------------------------------------------------------------
androidGradlePluginMin = "7.0.4"