Update dependencies

This commit is contained in:
arkon 2021-02-05 22:59:29 -05:00
parent ae40990eb9
commit cfa07490e5
2 changed files with 5 additions and 3 deletions

View file

@ -26,7 +26,7 @@ subprojects {
buildscript {
dependencies {
classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2")
classpath("com.google.gms:google-services:4.3.4")
classpath("com.google.gms:google-services:4.3.5")
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${BuildPluginsVersion.ABOUTLIB_PLUGIN}")
classpath(kotlin("serialization", version = BuildPluginsVersion.KOTLIN))
}