From 1809f1a902fe18732ca19440d306945d9c5ad359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 02:06:36 +0000 Subject: Bump core from 1.8.0 to 1.9.0 Bumps core from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index df9665a..95b5d3d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.4.2" implementation 'androidx.annotation:annotation:1.5.0' - implementation 'androidx.core:core:1.8.0' + implementation 'androidx.core:core:1.9.0' implementation 'androidx.fragment:fragment:1.5.4' compileOnly "org.projectlombok:lombok:1.18.24" -- cgit v1.2.3