From 6098bd878d479aef5d0b81f3ae51ac9137a94c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:36:20 +0200 Subject: [PATCH] Bump agp from 8.6.0-alpha04 to 8.6.0-alpha05 (#278) Bumps `agp` from 8.6.0-alpha04 to 8.6.0-alpha05. Updates `com.android.application` from 8.6.0-alpha04 to 8.6.0-alpha05 Updates `com.android.library` from 8.6.0-alpha04 to 8.6.0-alpha05 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 25e4c13..a7398da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ gradleNexusStagingPlugin = "0.30.0" publishPlugin = "1.3.0" mavenPlugin = "0.28.0" -agp = "8.6.0-alpha04" +agp = "8.6.0-alpha05" compose-plugin = "1.6.11" kotlin = "2.0.0"