diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index d65cfb5..98182ea 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -52,9 +52,9 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.work:work-runtime:2.11.2' - implementation 'androidx.room:room-common:2.8.4' - implementation 'androidx.room:room-runtime:2.8.4' - annotationProcessor 'androidx.room:room-compiler:2.8.4' + implementation 'androidx.room:room-common:2.8.5' + implementation 'androidx.room:room-runtime:2.8.5' + annotationProcessor 'androidx.room:room-compiler:2.8.5' implementation 'androidx.activity:activity:1.13.0' implementation 'androidx.fragment:fragment:1.9.0'