diff --git a/app/build.gradle b/app/build.gradle index 4b2cfcc..29ddac4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.3' implementation 'com.google.android.flexbox:flexbox:3.0.0' // For the notifications - implementation 'com.google.firebase:firebase-messaging:23.0.0' + implementation 'com.google.firebase:firebase-messaging:23.0.2' // Tests testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:4.3.1'