Update gradle to 7.4.2

This commit is contained in:
Jays2Kings 2023-03-03 00:23:21 -05:00
parent 3df6d849d8
commit f1c5f65090

View file

@ -25,7 +25,7 @@ subprojects {
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.4.1")
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.google.gms:google-services:4.3.15")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${AndroidVersions.kotlin}")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")