You might as well worry about every car on the road would kill you

This commit is contained in:
Mygod
2018-06-10 19:27:36 +08:00
parent 0a76fce15c
commit a791742117
4 changed files with 54 additions and 1 deletions

View File

@@ -12,10 +12,15 @@ buildscript {
repositories {
google()
jcenter()
maven {
url 'https://maven.fabric.io/public'
}
}
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath 'com.google.gms:google-services:4.0.1'
classpath 'io.fabric.tools:gradle:1.25.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}