From e4f875fff1c0f734e20b6cb5373f5fc09df1d826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:30:50 +0000 Subject: [PATCH] Bump appcompat from 1.4.1 to 1.4.2 Bumps appcompat from 1.4.1 to 1.4.2. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index dc69276a..cf99b2a7 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation project(':library') // implementation "com.tom-roush:pdfbox-android:${project.VERSION_NAME}" - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' // Optional dependencies