Update dependencies

This commit is contained in:
Mygod
2021-03-14 20:34:03 -04:00
parent a1d86e4929
commit c0c497d5f3
2 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("com.github.ben-manes.versions") version "0.36.0"
id("com.github.ben-manes.versions") version "0.38.0"
}
buildscript {
@@ -9,9 +9,9 @@ buildscript {
}
dependencies {
classpath(kotlin("gradle-plugin", "1.4.21"))
classpath(kotlin("gradle-plugin", "1.4.31"))
classpath("com.android.tools.build:gradle:4.1.2")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.4.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.1")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
classpath("com.google.gms:google-services:4.3.5")
}