From 427ca4d2bef628c07c46c1f8061b1028f02f579f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:57:34 +0000 Subject: [PATCH] Bump androidx.core:core from 1.12.0 to 1.13.0 Bumps androidx.core:core from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3dbe58f..bccfa7b 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' - implementation 'androidx.core:core:1.12.0' + implementation 'androidx.core:core:1.13.0' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'