From bf1b7df3284b0791c9db13a92b92d0521b2f0d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 17:56:55 +0000 Subject: [PATCH] chore: bump androidx.core:core-ktx from 1.9.0 to 1.10.1 Bumps androidx.core:core-ktx from 1.9.0 to 1.10.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx 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 14d0602..a7f9c5a 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ android { dependencies { compileOnly fileTree(dir: 'libs', include: ['PushIOManager-6.49.1.aar']) - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.10.1' testImplementation fileTree(dir: 'libs', include: ['PushIOManager-6.49.1.aar']) }