Commit 5e0c3f36 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update Kotlin version.

parent 242e0c9b
......@@ -22,7 +22,7 @@ ext {
buildToolsVersion = "26.0.0"
supportLibraryVersion = "25.4.0"
constraintLayoutVersion = "1.0.2"
kotlinVersion = "1.1.3-2"
kotlinVersion = "1.1.4-2"
}
task clean(type: Delete) {
......
plugins {
id "org.jetbrains.kotlin.jvm" version "1.1.3-2"
id "org.jetbrains.kotlin.jvm" version "1.1.4-2"
}
apply plugin: 'idea'
......@@ -25,4 +25,4 @@ dependencies {
}
sourceCompatibility = "1.7"
targetCompatibility = "1.7"
targetCompatibility = "1.7"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment