Skip to content

Commit

Permalink
Update kotlin to 1.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
neworld committed Oct 22, 2017
1 parent 954a1c1 commit 8cf5a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.KOTLIN_VERSION = '1.1.3-2'
ext.KOTLIN_VERSION = '1.1.51'
ext.COMPILE_SDK_VERSION = 26
ext.BUILD_TOOLS_VERSION = "26.0.1"
ext.MIN_SDK_VERSION = 14
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip

0 comments on commit 8cf5a3f

Please sign in to comment.