Update dependencies

This commit is contained in:
Mygod
2022-12-04 11:54:43 -05:00
parent bfd4a48c13
commit 9804c2c3d4
7 changed files with 30 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("com.github.ben-manes.versions") version "0.42.0"
id("com.github.ben-manes.versions") version "0.44.0"
}
buildscript {
@@ -9,8 +9,8 @@ buildscript {
}
dependencies {
classpath(kotlin("gradle-plugin", "1.7.10"))
classpath("com.android.tools.build:gradle:7.4.0-beta01")
classpath(kotlin("gradle-plugin", "1.7.21"))
classpath("com.android.tools.build:gradle:7.4.0-rc01")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
classpath("com.google.gms:google-services:4.3.14")