From 8cdc46979b7e1ad8f26816980633e1ec5578861f Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 22 Apr 2021 00:33:39 +0200 Subject: [PATCH] [android] Updated 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 aa66557327..223b78e8a5 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:4.1.2' + classpath 'com.android.tools.build:gradle:4.1.3' if (googleMobileServicesEnabled) { println("Building with Google Mobile Services")