Skip to content

Commit e3506ea

Browse files
committed
Updated kotlin and build tools versions.
1 parent 5620dc5 commit e3506ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.2-3'
2+
ext.kotlin_version = '1.1.2-5'
33
repositories {
44
jcenter()
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
8+
classpath 'com.android.tools.build:gradle:2.3.3'
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
}
1111
}

0 commit comments

Comments
 (0)