From 3aff43f057d32b8bcc868e813bebcf0e679d4d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:48:15 -0600 Subject: [PATCH] chore(deps): bump com.android.application (#973) Bumps com.android.application from 8.6.0 to 8.6.1. --- updated-dependencies: - dependency-name: com.android.application 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> --- examples/example-clientlib-ktx-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-clientlib-ktx-app/build.gradle b/examples/example-clientlib-ktx-app/build.gradle index 93978aceb..6dbcdb354 100644 --- a/examples/example-clientlib-ktx-app/build.gradle +++ b/examples/example-clientlib-ktx-app/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id 'com.android.application' version '8.6.0' apply false + id 'com.android.application' version '8.6.1' apply false id 'com.android.library' version '8.6.0' apply false id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false }