diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index 90937db..ebad1ee 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -47,7 +47,7 @@ android { dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'androidx.preference:preference:1.2.1' @@ -57,7 +57,7 @@ dependencies { annotationProcessor 'androidx.room:room-compiler:2.8.4' implementation 'androidx.activity:activity:1.13.0' - implementation 'androidx.fragment:fragment:1.8.9' + implementation 'androidx.fragment:fragment:1.9.0' // Added for MVVM architecture implementation 'androidx.lifecycle:lifecycle-viewmodel:2.11.0'