Tidy up gradle.properties (#2175)

This commit is contained in:
Adam Jones 2019-01-27 16:59:56 +00:00 committed by Vivek Maskara
parent e82e3b9cb6
commit 67c5d20468
3 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.60'
repositories {
jcenter()
mavenCentral()
@ -10,7 +9,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "com.github.triplet.gradle:play-publisher:2.0.0-rc1"
}