From 115e1ff7280ea0e2e2f240f7265d7856e188c475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 05:03:49 +0000 Subject: [PATCH] build(deps): bump core-ktx from 1.3.2 to 1.9.0 in /mobileapp Bumps core-ktx from 1.3.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobileapp/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobileapp/app/build.gradle b/mobileapp/app/build.gradle index 6391315..2ff9a77 100644 --- a/mobileapp/app/build.gradle +++ b/mobileapp/app/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.10" - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13.2'