Skip to content

Commit

Permalink
Update gradle to 6.0.1 and kotlin to 1.3.60
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Nov 21, 2019
1 parent 4004d88 commit bff0572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object Konfig {
}

object Kotlin {
const val version = "1.3.50"
const val version = "1.3.60"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"

object Coroutines {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit bff0572

Please sign in to comment.