From 7d607a2745390717ef92125fc9fca3d380ddaa0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:48:14 +0000 Subject: [PATCH] Bump com.android.application from 8.0.0 to 8.1.0 Bumps com.android.application from 8.0.0 to 8.1.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b0da7f6..492730c1 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { } plugins { - id 'com.android.application' version '8.0.0' apply false + id 'com.android.application' version '8.1.0' apply false id 'com.android.library' version '8.1.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.10' apply false } \ No newline at end of file