From 76d737e96eea5447328b8ab459448829e0aef36d Mon Sep 17 00:00:00 2001 From: Aryan Date: Sat, 17 Jul 2021 00:06:00 +0530 Subject: [PATCH] Updated version of `google-services` package according to new tutorial (easier) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 62563ee..a984b5f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.google.gms:google-services:4.3.5' // new + classpath 'com.google.gms:google-services:4.3.8' // new } }