From 9e310cb593f83f33e0fda5a73c0d094a65ccda4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:10:26 -0700 Subject: [PATCH] chore(deps): bump com.android.library (#1025) Bumps com.android.library from 8.7.1 to 8.7.2. --- 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 02b7a0841..97efd5fda 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.7.2' apply false - id 'com.android.library' version '8.7.1' apply false + id 'com.android.library' version '8.7.2' apply false id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false }