From a58906073a4bceb8fe949d4e3564e89baf394726 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 9 Dec 2021 14:29:16 +0100 Subject: [PATCH] [android] Update gradle plugin Signed-off-by: Alexander Borsuk --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 131981bc07..3c219173a5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ buildscript { ext.googleFirebaseServicesEnabled = project.hasProperty('firebase') ?: googleFirebaseServicesDefault dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:7.0.4' if (googleMobileServicesEnabled) { println("Building with Google Mobile Services")