Update to compile against API 31

This commit is contained in:
Mygod
2021-07-14 21:47:14 -04:00
parent 556ae9eb45
commit 1280df3d0c
3 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath(kotlin("gradle-plugin", "1.5.20"))
classpath(kotlin("gradle-plugin", "1.5.21"))
classpath("com.android.tools.build:gradle:7.0.0-beta05")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")