update gms oss-licenses-plugin

to 0.10.5
This commit is contained in:
Jays2Kings 2022-05-04 19:41:37 -04:00
parent 42b15aa634
commit 3ec1df83dc

View file

@ -28,7 +28,7 @@ buildscript {
classpath("com.android.tools.build:gradle:7.1.3") classpath("com.android.tools.build:gradle:7.1.3")
classpath(LegacyPluginClassPath.googleServices) classpath(LegacyPluginClassPath.googleServices)
classpath(LegacyPluginClassPath.kotlinPlugin) classpath(LegacyPluginClassPath.kotlinPlugin)
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4") classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
classpath(LegacyPluginClassPath.kotlinSerializations) classpath(LegacyPluginClassPath.kotlinSerializations)
} }
repositories { repositories {