From 16f515f26e09e24fdd7ec897f94b4798996d4ea4 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Wed, 27 May 2026 20:08:45 -0400 Subject: [PATCH] [GoogleServicesPlugin] Bump version The next released version should be a minor version bump since the plugin now supports a new field in the `google-services.json` file. --- google-services-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-services-plugin/build.gradle.kts b/google-services-plugin/build.gradle.kts index 8c22800e..56f0093b 100644 --- a/google-services-plugin/build.gradle.kts +++ b/google-services-plugin/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } group = "com.google.gms" -version = "4.4.4" +version = "4.5.0" dependencies { compileOnly("com.android.tools.build:gradle-api:7.3.0")