[android] Upgraded gradle plugin

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-10-15 08:44:12 +03:00 committed by Roman Tsisyk
parent ca565f80c5
commit 33b5ecb3f9

View file

@ -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")