From 9664e2fc6ada9a452fd73f0593e215197283e20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:28:45 +0000 Subject: [PATCH] Bump com.android.application in /classical-components-demo Bumps com.android.application from 7.4.2 to 8.3.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- classical-components-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classical-components-demo/build.gradle b/classical-components-demo/build.gradle index ab7af811..0432b920 100644 --- a/classical-components-demo/build.gradle +++ b/classical-components-demo/build.gradle @@ -1,6 +1,6 @@ plugins { - id "com.android.application" version "7.4.2" apply false + id "com.android.application" version "8.3.0" apply false id "org.jetbrains.kotlin.android" version "1.8.10" apply false }