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"