mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Tidy up gradle.properties (#2175)
This commit is contained in:
parent
e82e3b9cb6
commit
67c5d20468
3 changed files with 15 additions and 15 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue