Skip to content

Commit

Permalink
2.1.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdamiano committed Apr 20, 2018
1 parent 5c0760d commit 38f8ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.21'
ext.kotlin_version = '1.2.40'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha07'
classpath 'com.android.tools.build:gradle:3.2.0-alpha11'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 38f8ecf

Please sign in to comment.