From d3cb9d2f86b1af0a91327f4a7ee2c91dcf5e1351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:28:53 +0000 Subject: [PATCH] Bump com.android.application in /ready-to-use-ui-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] --- 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 e8a507b5..bc75ec32 100644 --- a/ready-to-use-ui-demo/build.gradle +++ b/ready-to-use-ui-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 }