Android-Password-Store/build.gradle

24 lines
595 B
Groovy
Raw Normal View History

2014-07-24 00:15:11 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
2017-07-25 16:21:19 +00:00
ext.kotlin_version = '1.1.3-2'
2014-07-24 00:15:11 +00:00
repositories {
jcenter()
mavenCentral()
2014-07-24 00:15:11 +00:00
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
2017-07-25 16:21:19 +00:00
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2014-07-24 00:15:11 +00:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
}
}