Upping to gradle 7.0.2

This commit is contained in:
Jays2Kings 2021-09-07 20:23:52 -04:00
parent a461c179b7
commit 03b6a9cd08

View file

@ -23,7 +23,7 @@ subprojects {
buildscript {
dependencies {
classpath(LegacyPluginClassPath.fireBaseCrashlytics)
classpath("com.android.tools.build:gradle:7.0.1")
classpath("com.android.tools.build:gradle:7.0.2")
classpath(LegacyPluginClassPath.googleServices)
classpath(LegacyPluginClassPath.kotlinPlugin)
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")