Update dependencies

This commit is contained in:
Mygod
2023-04-08 13:35:47 -04:00
parent c831cbc040
commit 4a7ac58986
7 changed files with 28 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("com.github.ben-manes.versions") version "0.44.0"
id("com.github.ben-manes.versions") version "0.46.0"
}
buildscript {
@@ -9,9 +9,9 @@ buildscript {
}
dependencies {
classpath(kotlin("gradle-plugin", "1.8.0"))
classpath(kotlin("gradle-plugin", "1.8.20"))
classpath("com.android.tools.build:gradle:7.4.0-rc01") // fixed to prevent crash on Android 8.1-
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.4")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
classpath("com.google.gms:google-services:4.3.15")
}