From 8e4bf1b15e653523a6d8dca64d1ba6209f8cae82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:09:21 +0000 Subject: [PATCH] Bump com.android.application in /ready-to-use-ui-demo Bumps com.android.application from 7.2.1 to 8.2.2. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ready-to-use-ui-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ready-to-use-ui-demo/build.gradle b/ready-to-use-ui-demo/build.gradle index 7b804c41..1e774b1b 100644 --- a/ready-to-use-ui-demo/build.gradle +++ b/ready-to-use-ui-demo/build.gradle @@ -10,7 +10,7 @@ buildscript { } plugins { - id "com.android.application" version "7.2.1" apply false + id "com.android.application" version "8.2.2" apply false id "org.jetbrains.kotlin.android" version "1.6.21" apply false }