Skip to content

Commit b8f6bd6

Browse files
authored
Merge pull request #532 from rpmoore/v3_5_3
Updating to the latest kotlin and gradle version
2 parents 5123045 + 5f5f03e commit b8f6bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
buildscript {
17-
ext.kotlin_version = '1.2.0'
17+
ext.kotlin_version = '1.2.10'
1818

1919
repositories {
2020
mavenCentral()
@@ -62,7 +62,7 @@ subprojects {
6262
}
6363

6464
task wrapper(type: Wrapper) {
65-
gradleVersion = '4.4'
65+
gradleVersion = '4.4.1'
6666
}
6767

6868
project(':ds3-sdk') {

0 commit comments

Comments
 (0)