diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index 9b249ae..19257c7 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -48,7 +48,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.work:work-runtime:2.11.2'