From f00b7dbef0d0af6fb7d888cd069076e500bbe24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 06:47:23 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- IOIOLibAndroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOIOLibAndroid/build.gradle b/IOIOLibAndroid/build.gradle index a306e842..84efdab0 100644 --- a/IOIOLibAndroid/build.gradle +++ b/IOIOLibAndroid/build.gradle @@ -15,7 +15,7 @@ android { dependencies { api project(":IOIOLibCore") - api 'androidx.appcompat:appcompat:1.6.0' + api 'androidx.appcompat:appcompat:1.6.1' } project.afterEvaluate {