diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 476bbe49b3..ed7faaccaf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -250,7 +250,7 @@ dependencies { // Crash reports/analytics implementation("ch.acra:acra-http:5.8.1") - "standardImplementation"("com.google.firebase:firebase-analytics:19.0.0") + "standardImplementation"("com.google.firebase:firebase-analytics:19.0.1") // Licenses implementation("com.mikepenz:aboutlibraries-core:${BuildPluginsVersion.ABOUTLIB_PLUGIN}") diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index aa557bdfde..789410c90a 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,5 +1,5 @@ object BuildPluginsVersion { - const val AGP = "7.0.0" + const val AGP = "7.0.1" const val KOTLIN = "1.5.21" const val KOTLINTER = "3.5.0" const val VERSIONS_PLUGIN = "0.39.0"