Refine code style

This commit is contained in:
Mygod
2020-08-18 05:25:32 +08:00
parent 35055bc074
commit 1029728f22
11 changed files with 14 additions and 20 deletions

View File

@@ -3,16 +3,13 @@ plugins {
}
buildscript {
val kotlinVersion = "1.4.0"
extra.set("kotlinVersion", kotlinVersion)
repositories {
google()
jcenter()
}
dependencies {
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath(kotlin("gradle-plugin", "1.4.0"))
classpath("com.android.tools.build:gradle:4.1.0-rc01")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")