diff --git a/githubAppUpdate/build.gradle b/githubAppUpdate/build.gradle index 6db448a..e3acbab 100644 --- a/githubAppUpdate/build.gradle +++ b/githubAppUpdate/build.gradle @@ -24,7 +24,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "com.google.code.gson:gson:2.12.1" - implementation "androidx.work:work-runtime-ktx:2.10.0" + implementation "androidx.work:work-runtime-ktx:2.10.1" implementation "com.squareup.retrofit2:retrofit:2.11.0" implementation "androidx.appcompat:appcompat:1.7.0"