From 95135ece4ded7b3fe81f28b52bd886ee6f28188f Mon Sep 17 00:00:00 2001 From: DoTheBestMayB Date: Thu, 25 May 2023 17:28:00 +0900 Subject: [PATCH] =?UTF-8?q?build:=20google-services=20dependency=20?= =?UTF-8?q?=EC=B5=9C=EC=8B=A0=20=EB=B2=84=EC=A0=84=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=98=AC=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0213904..64bb384a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3" // Firebase - classpath 'com.google.gms:google-services:4.3.10' + classpath 'com.google.gms:google-services:4.3.15' } }