From d897ed849ac1d85720f012dba99c470ff2d4b969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:43:17 +0000 Subject: [PATCH] chore(deps): bump com.android.library Bumps com.android.library from 8.5.2 to 8.6.0. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 0a9147530..402d6d81e 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.0' apply false - id 'com.android.library' version '8.5.2' apply false + id 'com.android.library' version '8.6.0' apply false id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false }