From 26ce32cc01d75c6b5acef8472a2a04ed032485e4 Mon Sep 17 00:00:00 2001 From: Tejen Patel Date: Mon, 29 Dec 2025 22:48:54 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf223c4..8b39432 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ plugins { alias(libs.plugins.android.application) id("skip-build-plugin") id("com.google.gms.google-services") version "4.4.1" apply true + id("com.google.firebase.crashlytics") version "3.0.2" apply true # (if using Crashlytics) } ``` From 7cdac301b73652ebe61c4bb03103e79370cbd31a Mon Sep 17 00:00:00 2001 From: Tejen Patel Date: Mon, 29 Dec 2025 22:50:20 -0800 Subject: [PATCH 2/2] Update Google Services plugin version to 4.4.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b39432..4907622 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ plugins { alias(libs.plugins.kotlin.android) alias(libs.plugins.android.application) id("skip-build-plugin") - id("com.google.gms.google-services") version "4.4.1" apply true + id("com.google.gms.google-services") version "4.4.4" apply true id("com.google.firebase.crashlytics") version "3.0.2" apply true # (if using Crashlytics) } ```