diff --git a/android-template/app/build.gradle b/android-template/app/build.gradle index d20303d37c..2b892240a6 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") }