diff options
author | Pacien TRAN-GIRARD | 2017-06-30 10:21:51 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-06-30 10:21:51 +0200 |
commit | c89016e7427defd1f8a095d7aeb30292a42fad92 (patch) | |
tree | aec80e6f501824f966ea727d2f6e102a75e9655f /build.gradle | |
parent | 94d77ce43152a4e144417d8d5cfff363f65c904e (diff) | |
download | tincapp-c89016e7427defd1f8a095d7aeb30292a42fad92.tar.gz |
Conversion to Kotlin
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
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 | ||
3 | buildscript { | 3 | buildscript { |
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 |