From 22ef72fe05e18f2b3bfbacceb1482d7836af4e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 18:48:38 +0200 Subject: [PATCH] Bump agpVersion from 8.1.0 to 8.1.1 (#231) Bumps `agpVersion` from 8.1.0 to 8.1.1. Updates `com.android.application` from 8.1.0 to 8.1.1 Updates `com.android.library` from 8.1.0 to 8.1.1 --- 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> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2069265..9d2fd11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - val agpVersion = "8.1.0" + val agpVersion = "8.1.1" id("com.android.application") version agpVersion apply false id("com.android.library") version agpVersion apply false id("org.jetbrains.kotlin.android") version "1.8.22" apply false