From 1067448344ff807f4dcc964fa8c2404bca566592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:08:31 +0000 Subject: [PATCH] chore(deps): bump com.android.library in /aries/agents/mobile_demo Bumps com.android.library from 8.1.1 to 8.5.1. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- aries/agents/mobile_demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aries/agents/mobile_demo/build.gradle b/aries/agents/mobile_demo/build.gradle index 30f61b88fc..81917d0642 100644 --- a/aries/agents/mobile_demo/build.gradle +++ b/aries/agents/mobile_demo/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.1.1' apply false - id 'com.android.library' version '8.1.1' apply false + id 'com.android.library' version '8.5.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false }