From 33b5ecb3f94b9d5f24428fa2d8a4e22f63c0052a Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 15 Oct 2021 08:44:12 +0300 Subject: [PATCH] [android] Upgraded 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 1af67aeb0a..2e4c9f7a99 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.1' + classpath 'com.android.tools.build:gradle:7.0.3' if (googleMobileServicesEnabled) { println("Building with Google Mobile Services")