aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4641358..ee23e96 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,13 @@
1// Top-level build file where you can add configuration options common to all sub-projects/modules. 1// Top-level build file where you can add configuration options common to all sub-projects/modules.
2 2
3buildscript { 3buildscript {
4 ext.kotlin_version = '1.1.3'
4 repositories { 5 repositories {
5 jcenter() 6 jcenter()
6 } 7 }
7 dependencies { 8 dependencies {
8 classpath 'com.android.tools.build:gradle:2.3.2' 9 classpath 'com.android.tools.build:gradle:2.3.3'
9 classpath 'me.tatarka:gradle-retrolambda:3.5.0' 10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10 11
11 // NOTE: Do not place your application dependencies here; they belong 12 // NOTE: Do not place your application dependencies here; they belong
12 // in the individual module build.gradle files 13 // in the individual module build.gradle files