[android] Updated gradle plugin

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-04-22 00:33:39 +02:00 committed by Roman Tsisyk
parent 3c2a2e127f
commit 8cdc46979b

View file

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