Update build.gradle file with latest versions

PiperOrigin-RevId: 527504752
This commit is contained in:
tonihei 2023-04-27 09:19:02 +01:00 committed by Ian Baker
parent 12cac0d69f
commit e2bae0c50d

View File

@ -17,9 +17,9 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.4'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20'
}
}
allprojects {