aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2017-11-07 16:39:10 +0100
committerpacien2017-11-07 16:39:10 +0100
commit4cf8955ea2ecedd39ba2be6b2763c300eb0c8996 (patch)
tree84f6abcdef6533d15b0473ca2ca02c521a026987 /build.gradle
parentcc2d7282d8b2de224333a357ed292b7c0f9b8b11 (diff)
downloadtincapp-4cf8955ea2ecedd39ba2be6b2763c300eb0c8996.tar.gz
Update to latest build tool
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ad98065..c048023 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,12 @@
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.4-3' 4 ext.kotlin_version = '1.1.51'
5 repositories { 5 repositories {
6 jcenter() 6 jcenter()
7 } 7 }
8 dependencies { 8 dependencies {
9 classpath 'com.android.tools.build:gradle:2.3.3' 9 classpath 'com.android.tools.build:gradle:3.0.0'
10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11 11
12 // NOTE: Do not place your application dependencies here; they belong 12 // NOTE: Do not place your application dependencies here; they belong