diff --git a/build.gradle.kts b/build.gradle.kts index bc7116f..bb33c8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { alias(libs.plugins.android.application) apply false - id("com.google.gms.google-services") version "4.4.4" apply false + id("com.google.gms.google-services") version "4.5.0" apply false }