From 3d48528d37da0a39a0a8f09e65943b268016c662 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Mon, 19 Sep 2022 23:28:55 +0200 Subject: [PATCH] [android] Updated Android Gradle plugin to 7.3.0 Signed-off-by: Alexander Borsuk --- android/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index b496f39967..44413432ee 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,8 +26,7 @@ buildscript { ext.googleFirebaseServicesEnabled = project.hasProperty('firebase') ?: googleFirebaseServicesDefault dependencies { - classpath 'com.android.tools:r8:3.3.28' - classpath 'com.android.tools.build:gradle:7.2.1' + classpath 'com.android.tools.build:gradle:7.3.0' if (googleMobileServicesEnabled) { println("Building with Google Mobile Services")