From 014fa5d8550c66874e3f67745ec150e55e9b6fd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:19:52 +0000 Subject: [PATCH] Update agp to v8.7.0-beta01 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 83b5e3f3..c16e0cb9 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -23,7 +23,7 @@ dependencyResolutionManagement { } versionCatalogs { register("agp") { - version("agp", "8.7.0-alpha09") + version("agp", "8.7.0-beta01") plugin("application", "com.android.application").versionRef("agp") plugin("library", "com.android.library").versionRef("agp") }