Skip to content

Commit 2fac6a3

Browse files
committed
- bumped:
- kotlin 1.40 eap 51 - gradle 4.6 - shadow plugin 2.0.2
1 parent 02930ad commit 2fac6a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020

2121
dependencies {
2222
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
23-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
23+
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
2424
}
2525
}
2626

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)