Skip to content

Commit

Permalink
Merge pull request #15 from ToxicBakery/feature/try-fixing-releases
Browse files Browse the repository at this point in the history
Attempt to fix release builds
  • Loading branch information
ToxicBakery authored May 1, 2018
2 parents a850b5c + 7222705 commit 13a16a3
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,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.2.40'

repositories {
mavenCentral()
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.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip

0 comments on commit 13a16a3

Please sign in to comment.