From 78a4fe775c01b310b2d78d781d8828c9bd597cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:20:10 -0600 Subject: [PATCH] chore(deps): bump com.android.library (#974) Bumps com.android.library from 8.6.0 to 8.6.1. --- updated-dependencies: - 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> --- 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 e6543864b..afece89aa 100644 --- a/examples/example-clientlib-ktx-app/build.gradle +++ b/examples/example-clientlib-ktx-app/build.gradle @@ -12,7 +12,7 @@ buildscript { plugins { id 'com.android.application' version '8.6.1' apply false - id 'com.android.library' version '8.6.0' apply false + id 'com.android.library' version '8.6.1' apply false id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false }