chore: Update Android deps

This commit is contained in:
Christian Pauly 2021-08-23 08:46:59 +02:00
commit ef0a0cf543
2 changed files with 4 additions and 2 deletions

View file

@ -6,9 +6,9 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.gms:google-services:4.3.8'
}
}