From 9d7f4c036e473cd1719f3316dc11f902a96278b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 18:10:42 +0000 Subject: [PATCH] Build(deps): Bump androidx.core:core-ktx from 1.10.0 to 1.10.1 Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5dc526b39..174fe6840 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -278,7 +278,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' }) - implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.core:core-ktx:1.10.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.3.1'