Update GMS plugin

This commit is contained in:
arkon 2021-05-27 18:13:11 -04:00
parent 07b9fc9b31
commit c57d0046bc

View File

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