From 375f7c7aa1ab6aeea3aee59c72ffd78150ca975a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 07:29:09 +0000 Subject: [PATCH] Bump androidx.work:work-runtime-ktx from 2.9.0 to 2.9.1 Bumps androidx.work:work-runtime-ktx from 2.9.0 to 2.9.1. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- serviceLibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serviceLibrary/build.gradle b/serviceLibrary/build.gradle index 48d39a83..c27807b6 100644 --- a/serviceLibrary/build.gradle +++ b/serviceLibrary/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "androidx.work:work-runtime-ktx:2.9.0" + implementation "androidx.work:work-runtime-ktx:2.9.1" implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:$logcatVersion" implementation "androidx.room:room-runtime:$room_version"