From 6b1dd430dc91eb9e2b36edaa173ccc294c9fb4ff Mon Sep 17 00:00:00 2001 From: William Bonawentura Date: Thu, 18 Nov 2021 18:13:37 +0100 Subject: [PATCH] fix(android): change logging level of google services message (#5189) --- android-template/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-template/app/build.gradle b/android-template/app/build.gradle index d20303d37..2b892240a 100644 --- a/android-template/app/build.gradle +++ b/android-template/app/build.gradle @@ -47,5 +47,5 @@ try { apply plugin: 'com.google.gms.google-services' } } catch(Exception e) { - logger.warn("google-services.json not found, google-services plugin not applied. Push Notifications won't work") + logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work") }