Update gradle to 8.1.1

This commit is contained in:
Jays2Kings 2023-09-20 14:50:15 -07:00
parent 4e2b7ab7d3
commit e2136213e6

View file

@ -25,7 +25,7 @@ subprojects {
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:8.1.0")
classpath("com.android.tools.build:gradle:8.1.1")
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")