diff --git a/app/build.gradle b/app/build.gradle index 2d95b771d..d50ebc190 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -182,7 +182,7 @@ dependencies { playImplementation 'com.google.mlkit:translate:17.0.1' // PushNotifications - playImplementation platform('com.google.firebase:firebase-bom:32.3.1') + playImplementation platform('com.google.firebase:firebase-bom:32.4.1') playImplementation 'com.google.firebase:firebase-messaging-ktx' //PushNotifications(FDroid) diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 164ea3f9e..95e8d9bb4 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -41,7 +41,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.1.1' + androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.2.0' androidTestImplementation project(path: ':quartz') // Add your dependencies here. Note that you cannot benchmark code