Skip to content

Commit

Permalink
Upgraded Kotlin to 1.0.4 and Gradle to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phxql committed Oct 25, 2016
1 parent 2462846 commit 9aadf99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'de.mkammerer'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.0.3'
ext.kotlin_version = '1.0.4'
repositories {
mavenCentral()
}
Expand All @@ -25,5 +25,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.14'
gradleVersion = '3.1'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jul 03 16:33:09 CEST 2016
#Wed Oct 26 00:22:05 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip

0 comments on commit 9aadf99

Please sign in to comment.